File tree Expand file tree Collapse file tree
paper/src/main/java/de/bluecolored/bluemap/bukkit
spigot/src/main/java/de/bluecolored/bluemap/bukkit Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ public void onEnable() {
9797
9898 //save world so the level.dat is present on new worlds
9999 if (!FoliaSupport .IS_FOLIA ) {
100- Logger .global .logInfo ("Saving all worlds once, to make sure the level.dat is present..." );
100+ Logger .global .logInfo ("Saving all worlds once, to make sure all required world-properties are present..." );
101101 for (World world : getServer ().getWorlds ()) {
102102 world .save ();
103103 }
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ public BukkitPlugin() {
119119 public void onEnable () {
120120
121121 //save world so the level.dat is present on new worlds
122- Logger .global .logInfo ("Saving all worlds once, to make sure the level.dat is present..." );
122+ Logger .global .logInfo ("Saving all worlds once, to make sure all required world-properties are present..." );
123123 for (World world : getServer ().getWorlds ()) {
124124 world .save ();
125125 }
You can’t perform that action at this time.
0 commit comments