Debug mode now activated with command line arguments

This commit is contained in:
Anuken
2017-08-24 22:39:06 -04:00
parent b73a7ce046
commit f29bb16d80
4 changed files with 12 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ package io.anuke.mindustry;
import io.anuke.ucore.modules.Core;
public class Mindustry extends Core {
public static String[] args = {};
@Override
public void init(){