mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Cleanup
This commit is contained in:
parent
887ce28fc2
commit
12843af977
7 changed files with 5 additions and 15 deletions
|
|
@ -69,7 +69,7 @@ public class ApplicationTests{
|
|||
}
|
||||
};
|
||||
|
||||
new HeadlessApplication(core, null, throwable -> exceptionThrown[0] = throwable);
|
||||
new HeadlessApplication(core, throwable -> exceptionThrown[0] = throwable);
|
||||
|
||||
while(!begins[0]){
|
||||
if(exceptionThrown[0] != null){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue