Skip to content
This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Commit 6726047

Browse files
committed
Fixed humanizestring
1 parent a2f8b6c commit 6726047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/me/checkium/vhackapi/vHackAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public String humanizeString(String unumanized) {
134134
return "Spam";
135135
case "bonus":
136136
return "Packages";
137-
case "rank":
137+
case "elo":
138138
return "Rank";
139139
case "hash":
140140
return "Hash";

0 commit comments

Comments
 (0)