mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-07 04:53:00 +00:00
decrease entity remover frequency
This commit is contained in:
parent
9bca812d28
commit
997b6e44b3
2 changed files with 1 additions and 4 deletions
|
@ -1037,9 +1037,6 @@ import java.util.UUID;
|
|||
}
|
||||
final PlotWorld plotworld = PlotMain.getWorldSettings(world);
|
||||
final PlotManager manager = PlotMain.getPlotManager(world);
|
||||
System.out.print("WORLD = "+(world));
|
||||
System.out.print("MANAGER = "+(manager == null));
|
||||
System.out.print("PLOTWORLD = "+(plotworld == null));
|
||||
return manager.getPlotBottomLocAbs(plotworld, id);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue