mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
remove skip, fix error with CreaturesYouControlCount (#13855)
This commit is contained in:
parent
fb4e1b8b7e
commit
69e6b718ec
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ public enum CreaturesYouControlCount implements DynamicValue {
|
|||
|
||||
@Override
|
||||
public CreaturesYouControlCount copy() {
|
||||
return PLURAL;
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue