Implemented public submodules
This commit is contained in:
@@ -140,7 +140,7 @@ public class IOSLauncher extends IOSApplication.Delegate {
|
||||
|
||||
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)));
|
||||
|
||||
Reference in New Issue
Block a user