mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-24 00:11:38 +01:00
Update unload message logging.
This commit is contained in:
parent
c3ae5ac210
commit
b23c1ae606
@ -385,11 +385,11 @@ public class WorldManager implements MVWorldManager {
|
||||
this.worldsFromTheConfig.get(name).cacheVirtualProperties();
|
||||
if (unloadBukkit && this.unloadWorldFromBukkit(name, true)) {
|
||||
this.worlds.remove(name);
|
||||
Logging.info("World '%s' was unloaded from memory.", name);
|
||||
Logging.info("World '%s' was unloaded from bukkit.", name);
|
||||
return true;
|
||||
} else if (!unloadBukkit){
|
||||
this.worlds.remove(name);
|
||||
Logging.info("World '%s' was unloaded from memory.", name);
|
||||
Logging.info("World '%s' was unloaded from multiverse.", name);
|
||||
return true;
|
||||
} else {
|
||||
Logging.warning("World '%s' could not be unloaded. Is it a default world?", name);
|
||||
|
Loading…
Reference in New Issue
Block a user