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
1 changed files with 1 additions and 2 deletions

View File

@ -166,8 +166,7 @@ public class BlueMapCLI {
}
if (tiles.isEmpty()) {
Logger.global.logInfo("Render finished!");
return;
continue;
}
Logger.global.logInfo("Starting Render...");