Merge branch 'Card-Forge:master' into master

This commit is contained in:
TabletopGeneral
2023-05-12 23:26:54 -04:00
committed by GitHub

View File

@@ -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;
}