Skip to content

Commit

Permalink
fix skin flickering
Browse files Browse the repository at this point in the history
  • Loading branch information
Zowpy committed Aug 14, 2024
1 parent a41a692 commit 40e4377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/xyz/refinedev/api/tablist/util/Skin.java
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ public static Skin getPlayer(Player player) {
@Override
public boolean equals(Object o) {
if (!(o instanceof Skin)) return false;
if (o != this) return false;

Skin skin = (Skin) o;
return skin.getSignature().equals(this.signature) && skin.getValue().equals(this.value);
Expand Down

0 comments on commit 40e4377

Please sign in to comment.