Fix CLI skipping unrendered maps - Fixes #8

This commit is contained in:
Blue (Lukas Rieger) 2020-01-18 11:34:01 +01:00
parent 3a0e408b04
commit 611109ea91

View File

@ -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...");