mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Fixes #1145
This commit is contained in:
parent
7dba332455
commit
f84766074e
@ -1389,7 +1389,7 @@ public class PlayerEvents extends PlotListener implements Listener {
|
||||
i = 0;
|
||||
}
|
||||
int cap = plot.getFlag(flag, Integer.MAX_VALUE);
|
||||
if (cap != Integer.MAX_VALUE) {
|
||||
if (cap == Integer.MAX_VALUE) {
|
||||
continue;
|
||||
}
|
||||
if (mobs == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user