mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-26 20:45:16 +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
|
//warn if no maps are configured
|
||||||
if (maps.isEmpty()) {
|
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();
|
unload();
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user