Code style fixes

This commit is contained in:
Shadowrs
2018-09-01 20:18:38 +01:00
parent 166eb9dbfb
commit 43cfd1b170
3 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ public final class Landing {
Core.disableValidation();
break;
case "-uuid":
Core.quickLaunchByUuid = Integer.parseInt(args[++i]);
Core.setQuickLaunchByUuid(Integer.parseInt(args[++i]));
break;
}
}