mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 11:49:56 -08:00
merge fix
This commit is contained in:
parent
0520d0b262
commit
03f8d72031
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ public class CardState implements Serializable, Copyable<CardState> {
|
|||
|
||||
public void clear() {
|
||||
counters.clear();
|
||||
info = null;
|
||||
info.clear();
|
||||
clearAbilities();
|
||||
lostAllAbilities = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue