mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
that nice toString overload broke some cards - reverting
This commit is contained in:
@@ -274,11 +274,6 @@ public enum CounterType {
|
||||
return this.name;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return this.name;
|
||||
}
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* getType.
|
||||
|
||||
Reference in New Issue
Block a user