mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-02-15 12:02:43 +01:00
Add info for world save warning
This commit is contained in:
parent
59b6c1c3c7
commit
140bcfd6b7
@ -40,6 +40,7 @@ public void onEnable() {
|
||||
new MetricsLite(this);
|
||||
|
||||
//save world so the level.dat is present on new worlds
|
||||
Logger.global.logInfo("Saving all worlds once, to make sure the level.dat is present...");
|
||||
for (World world : getServer().getWorlds()) {
|
||||
world.save();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user