Fixed android version / Smooth zoom

This commit is contained in:
Anuken
2018-12-28 16:05:49 -05:00
parent 81c68e90cb
commit 75709a7812
11 changed files with 16 additions and 116 deletions

View File

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