Update WorldInitSkipSpawn.java

This commit is contained in:
CrazyCloudCraft | Argantiu 2022-08-22 19:25:45 +02:00 committed by GitHub
parent 6a5b44d9a4
commit 204b1bfc95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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