mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-28 10:05:26 +02:00
Fixes #1145
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user