mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +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;
|
i = 0;
|
||||||
}
|
}
|
||||||
int cap = plot.getFlag(flag, Integer.MAX_VALUE);
|
int cap = plot.getFlag(flag, Integer.MAX_VALUE);
|
||||||
if (cap != Integer.MAX_VALUE) {
|
if (cap == Integer.MAX_VALUE) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (mobs == null) {
|
if (mobs == null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user