Fixed portrait custom game dialog

This commit is contained in:
Anuken
2019-04-29 11:27:15 -04:00
parent 1f11da75d2
commit fb724514f3
4 changed files with 7 additions and 9 deletions

View File

@@ -100,7 +100,7 @@ public class ServerControl implements ApplicationListener{
if(args.length > 0){
commands = Strings.join(" ", args).split(",");
info("&lmFound {0} command-line arguments to parse. {1}", commands.length);
info("&lmFound {0} command-line arguments to parse.", commands.length);
}
for(String s : commands){