Debug fixes
This commit is contained in:
@@ -33,7 +33,7 @@ task run(dependsOn: classes, type: JavaExec){
|
||||
}
|
||||
|
||||
if(args.contains("debug")){
|
||||
main = "io.anuke.mindustry.DebugLauncher"
|
||||
main = "mindustry.debug.DebugLauncher"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user