mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +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;
|
return this.name;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public String toString() {
|
|
||||||
return this.name;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>
|
* <p>
|
||||||
* getType.
|
* getType.
|
||||||
|
|||||||
Reference in New Issue
Block a user