mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
This commit is contained in:
parent
8fd2599686
commit
b587b430b8
@ -1081,11 +1081,12 @@ public class PS {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
loop:
|
||||||
for (Entry<PlotId, Plot> entry2 : value.getPlotEntries()) {
|
for (Entry<PlotId, Plot> entry2 : value.getPlotEntries()) {
|
||||||
Plot plot = entry2.getValue();
|
Plot plot = entry2.getValue();
|
||||||
for (PlotFilter filter : filters) {
|
for (PlotFilter filter : filters) {
|
||||||
if (!filter.allowsPlot(plot)) {
|
if (!filter.allowsPlot(plot)) {
|
||||||
return;
|
continue loop;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
set.add(plot);
|
set.add(plot);
|
||||||
|
Loading…
Reference in New Issue
Block a user