Remove log from testing

This commit is contained in:
UPSman123 2021-09-06 18:35:00 +02:00
parent 88ebb6d046
commit 5893d20090
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ public class RegionLoader implements AbstractGameEventListener {
}
private void loadAroundRegion(int regionX, int regionZ) {
System.out.println("loading around region x: " + regionX + " z: " + regionZ);
CachedWorld cachedWorld = (CachedWorld) this.worldProvider.getCurrentWorld().getCachedWorld();
// If the radius is zero do nothing.
if (this.radius == 0) {