clarify message

This commit is contained in:
Lukas Rieger (Blue) 2024-06-11 12:17:05 +02:00
parent b796ac0354
commit 5c4fa6d71a
No known key found for this signature in database
GPG Key ID: AA33883B1BBA03E6

View File

@ -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;
}