Fixing sending attached cards.
This commit is contained in:
@@ -180,7 +180,7 @@ public class GameState {
|
||||
|
||||
// First non-attached cards
|
||||
for (PhysicalCardImpl physicalCard : _inPlay) {
|
||||
if (physicalCard.getZone() != Zone.ATTACHED) {
|
||||
if (physicalCard.getAttachedTo() != null) {
|
||||
listener.cardCreated(physicalCard);
|
||||
sentCardsFromPlay.add(physicalCard);
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user