mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 18:45:21 +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()) {
|
||||
Logger.global.logInfo("Render finished!");
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
Logger.global.logInfo("Starting Render...");
|
||||
|
Loading…
Reference in New Issue
Block a user