mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- cleanups
This commit is contained in:
@@ -73,6 +73,7 @@ public class DeckConverter {
|
||||
return o;
|
||||
} else if(o instanceof forge.Deck[]) {
|
||||
//a new-type booster deck
|
||||
//TODO: FIX this impossible cast
|
||||
Deck d = (Deck) o;
|
||||
return d.migrate();
|
||||
} else if(o instanceof Deck) {
|
||||
|
||||
Reference in New Issue
Block a user