mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 18:45:21 +01:00
Fix outdated warning message text
This commit is contained in:
parent
32a4f4a06b
commit
d7eb9e8083
@ -151,7 +151,7 @@ public void load() throws IOException {
|
||||
|
||||
//warn if no maps are configured
|
||||
if (maps.isEmpty()) {
|
||||
Logger.global.logWarning("There are no valid maps configured, please check your render-config! Disabling BlueMap...");
|
||||
Logger.global.logWarning("There are no valid maps configured, please check your map-configs! Disabling BlueMap...");
|
||||
|
||||
unload();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user