fix bugs
- remove debug message - make placeholder %rankup_rank_money_<RANK>% use proper money formatting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user