Fix outdated warning message text

This commit is contained in:
Lukas Rieger (Blue) 2022-10-02 20:50:20 +02:00
parent 32a4f4a06b
commit d7eb9e8083
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2

View File

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