accepted suggestion note by @iluwatar
This commit is contained in:
parent
07b6b2e8a6
commit
4d52ecdaf6
@ -6,7 +6,7 @@ public enum Armor {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return name().toLowerCase();
|
||||
return name().toLowerCase().replaceAll("_", " ");
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user