Skip to content

Commit 140bcfd

Browse files
committed
Add info for world save warning
1 parent 59b6c1c commit 140bcfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BlueMapBukkit/src/main/java/de/bluecolored/bluemap/bukkit/BukkitPlugin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public void onEnable() {
4040
new MetricsLite(this);
4141

4242
//save world so the level.dat is present on new worlds
43+
Logger.global.logInfo("Saving all worlds once, to make sure the level.dat is present...");
4344
for (World world : getServer().getWorlds()) {
4445
world.save();
4546
}

0 commit comments

Comments
 (0)