mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-21 04:50:59 -07:00
Update IOSLauncher.java
This commit is contained in:
parent
fa56996e10
commit
87f6ff7be6
1 changed files with 3 additions and 3 deletions
|
|
@ -173,10 +173,10 @@ public class IOSLauncher extends IOSApplication.Delegate{
|
|||
ui.load.runLoadSave(slot);
|
||||
}
|
||||
}catch(IOException e){
|
||||
ui.showException("save.import.fail", e);
|
||||
ui.showException("$save.import.fail", e);
|
||||
}
|
||||
}else{
|
||||
ui.showErrorMessage("save.import.invalid");
|
||||
ui.showErrorMessage("$save.import.invalid");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -188,4 +188,4 @@ public class IOSLauncher extends IOSApplication.Delegate{
|
|||
UIApplication.main(argv, null, IOSLauncher.class);
|
||||
pool.close();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue