mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
Merge pull request #3102 from kevlahnota/newmaster2
allow loading old save
This commit is contained in:
@@ -183,6 +183,8 @@ public class SaveFileData extends HashMap<String,byte[]>
|
||||
} catch (IOException | ClassNotFoundException e) {
|
||||
e.printStackTrace();
|
||||
Forge.delayedSwitchBack();
|
||||
} catch (ClassCastException e) { //this allows loading
|
||||
System.err.println("Encountered problem loading object: " + key);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user