Fixed compilation

This commit is contained in:
Anuken
2019-12-26 19:40:54 -05:00
parent de5979f4ee
commit 4858e602ed
18 changed files with 129 additions and 103 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ task run(dependsOn: classes, type: JavaExec){
}
if(args.contains("debug")){
main = "io.anuke.mindustry.DebugLauncher"
main = "mindustry.debug.DebugLauncher"
}
}