- cleanups

This commit is contained in:
jendave
2011-08-06 03:43:32 +00:00
parent b94fbfee22
commit ebcf75cd5c
6 changed files with 9 additions and 8 deletions

View File

@@ -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) {