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