ACTUALLY fix /removecardcast

This commit is contained in:
Andy Janata 2014-09-13 16:03:57 -07:00
parent 72edc11ebf
commit 90c133587a
1 changed files with 0 additions and 2 deletions

View File

@ -66,8 +66,6 @@ public class CardcastRemoveCardsetHandler extends GameWithPlayerHandler {
map.put(LongPollResponse.CARDCAST_DECK_INFO, deck.getClientMetadata());
game.broadcastToPlayers(MessageType.GAME_EVENT, map);
game.getCardcastDeckIds().add(deckId);
return data;
}
}