mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-02-17 04:51:29 +01:00
Fix CLI skipping unrendered maps - Fixes #8
This commit is contained in:
parent
3a0e408b04
commit
611109ea91
@ -166,8 +166,7 @@ public void renderMaps() throws IOException {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (tiles.isEmpty()) {
|
if (tiles.isEmpty()) {
|
||||||
Logger.global.logInfo("Render finished!");
|
continue;
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Logger.global.logInfo("Starting Render...");
|
Logger.global.logInfo("Starting Render...");
|
||||||
|
Loading…
Reference in New Issue
Block a user