mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Fixed a crash when MMomir Avatar copys an etbcounter card
This commit is contained in:
@@ -156,7 +156,7 @@ public class Game {
|
||||
}
|
||||
|
||||
public void updateLastStateForCard(Card c) {
|
||||
if (c == null) {
|
||||
if (c == null || c.getZone() == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user