Skip to content

Commit 8096a3e

Browse files
committed
Rename method
1 parent 9f3e234 commit 8096a3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/com/namelessmc/NamelessAPI/NamelessPlayer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public int getGroupID() {
142142
/**
143143
* @return The user's site reputation.
144144
*/
145-
public int getReputations() {
145+
public int getReputation() {
146146
if (!exists) {
147147
throw new UnsupportedOperationException("This player does not exist.");
148148
}

0 commit comments

Comments
 (0)