mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-30 22:49:06 +07:00
Don't configure processor when no changes are made
This commit is contained in:
@ -255,6 +255,7 @@ public class IOSLauncher extends IOSApplication.Delegate{
|
||||
}catch(Throwable t){
|
||||
//attempt to log the exception
|
||||
CrashSender.log(t);
|
||||
Log.err(t);
|
||||
//rethrow the exception so it actually crashes
|
||||
throw t;
|
||||
}
|
||||
|
Reference in New Issue
Block a user