mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
A lot of fixes in cards.txt and the CardFactories, removed all warnings.
This commit is contained in:
@@ -28,7 +28,6 @@ public class QuestData_State implements Serializable {
|
||||
ArrayList<String> cardPool;
|
||||
HashMap<String, Deck> myDecks, aiDecks;
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
private Object readResolve() throws ObjectStreamException {
|
||||
// System.out.println("resolving obsolete QuestData_State");
|
||||
Map<String, forge.Deck> myDecks = new HashMap<String, forge.Deck>();
|
||||
|
||||
Reference in New Issue
Block a user