mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
* cleanups
* bugfix += != =+
This commit is contained in:
@@ -73,9 +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();
|
||||
return o;
|
||||
} else if(o instanceof Deck) {
|
||||
// an old type deck
|
||||
Deck d = (Deck) o;
|
||||
|
||||
Reference in New Issue
Block a user