mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2024-12-03 13:33:22 +01:00
Update WorldInitSkipSpawn.java
This commit is contained in:
parent
3026ed077f
commit
6a5b44d9a4
@ -18,7 +18,8 @@ public class WorldInitSkipSpawn implements Listener {
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
SettingsConfig.editWorld(world);
|
SettingsConfig.editWorld(world);
|
||||||
e.getWorld().setKeepSpawnInMemory(false);
|
// e.getWorld().setKeepSpawnInMemory(false);
|
||||||
|
e.getWorld().setKeepSpawnInMemory(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user