mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user