mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-15 19:30:51 -07:00
Implemented public submodules
This commit is contained in:
parent
fadfdaa673
commit
9994ddb31b
25 changed files with 58 additions and 123 deletions
|
|
@ -202,7 +202,7 @@ public class AndroidLauncher extends PatchedAndroidApplication{
|
|||
file.write(inStream, false);
|
||||
if(SaveIO.isSaveValid(file)){
|
||||
try{
|
||||
SaveSlot slot = control.getSaves().importSave(file);
|
||||
SaveSlot slot = control.saves.importSave(file);
|
||||
ui.load.runLoadSave(slot);
|
||||
}catch(IOException e){
|
||||
ui.showError(Bundles.format("text.save.import.fail", Strings.parseException(e, false)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue