mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Fix issues with chunk saving in single world plots
This commit is contained in:
@ -148,9 +148,7 @@ public class SinglePlotAreaManager extends DefaultPlotAreaManager {
|
||||
if (found != null && found.length != 0) {
|
||||
return found;
|
||||
}
|
||||
return isWorld(world) || world.equals("*") ?
|
||||
array :
|
||||
all.length == 0 ? noPlotAreas : super.getPlotAreas(world, region);
|
||||
return isWorld(world) || world.equals("*") ? array : all.length == 0 ? noPlotAreas : found;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user