- remove debug message
- make placeholder %rankup_rank_money_<RANK>% use proper money formatting
This commit is contained in:
okx-code
2018-08-29 19:44:16 +01:00
parent b28842b43e
commit a748321d89
4 changed files with 3 additions and 4 deletions
@@ -39,7 +39,6 @@ public class Rankups {
}
public Rank getRank(String name) {
System.out.println(name);
for(Rank rank : ranks) {
if(rank.getName().equalsIgnoreCase(name)) {
return rank;