Update WorldInitSkipSpawn.java

This commit is contained in:
CrazyCloudCraft | Argantiu 2022-08-22 18:20:11 +02:00 committed by GitHub
parent 3026ed077f
commit 6a5b44d9a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,8 @@ public class WorldInitSkipSpawn implements Listener {
return;
SettingsConfig.editWorld(world);
e.getWorld().setKeepSpawnInMemory(false);
// e.getWorld().setKeepSpawnInMemory(false);
e.getWorld().setKeepSpawnInMemory(true);
}
}