remove skip, fix error with CreaturesYouControlCount (#13855)

This commit is contained in:
theelk801 2025-07-14 19:48:27 -04:00
parent fb4e1b8b7e
commit 69e6b718ec
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ public enum CreaturesYouControlCount implements DynamicValue {
@Override
public CreaturesYouControlCount copy() {
return PLURAL;
return this;
}
@Override