mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Merge branch 'Card-Forge:master' into master
This commit is contained in:
@@ -183,6 +183,8 @@ public class SaveFileData extends HashMap<String,byte[]>
|
|||||||
} catch (IOException | ClassNotFoundException e) {
|
} catch (IOException | ClassNotFoundException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
Forge.delayedSwitchBack();
|
Forge.delayedSwitchBack();
|
||||||
|
} catch (ClassCastException e) { //this allows loading
|
||||||
|
System.err.println("Encountered problem loading object: " + key);
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user