- Fixed a crash when MMomir Avatar copys an etbcounter card

This commit is contained in:
swordshine
2018-04-04 09:02:35 +08:00
parent 4537c364ec
commit 771341f2e9

View File

@@ -156,7 +156,7 @@ public class Game {
}
public void updateLastStateForCard(Card c) {
if (c == null) {
if (c == null || c.getZone() == null) {
return;
}