mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Fix area removal
This commit is contained in:
parent
cd2b6c8ccc
commit
c533f0bae9
@ -761,7 +761,9 @@ public class PS {
|
||||
|
||||
public void removePlotAreas(String world) {
|
||||
for (PlotArea area : getPlotAreas(world)) {
|
||||
removePlotArea(area);
|
||||
if (area.worldname.equals(world)) {
|
||||
removePlotArea(area);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user