Skip to content

Commit

Permalink
Fixed a typo in code
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBenGera committed Dec 26, 2022
1 parent d192bf4 commit 137c950
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -941,7 +941,7 @@ public Map<Mission<?>, Integer> getCompletedMissionsWithAmounts() {
public int hashCode() {
return uuid.hashCode();
}
F

@Override
public boolean equals(Object obj) {
return obj instanceof SuperiorPlayer && (this == obj || uuid.equals(((SuperiorPlayer) obj).getUniqueId()));
Expand Down

0 comments on commit 137c950

Please sign in to comment.