mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-15 23:25:32 +01:00
clarify message
This commit is contained in:
parent
b796ac0354
commit
5c4fa6d71a
@ -184,7 +184,7 @@ private synchronized void loadMap(String id, MapConfig mapConfig) throws Configu
|
||||
|
||||
// if there is no world configured, we assume the map is static, or supplied from a different server
|
||||
if (worldFolder == null) {
|
||||
Logger.global.logInfo("The map '" + name + "' has no world configured. The map will be displayed, but not updated!");
|
||||
Logger.global.logInfo("The map '" + name + "' has no world configured. The map will be displayed, but it will not be updated by this bluemap instance!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user