Skip to content

Commit

Permalink
Merge pull request #5 from Zowpy/master
Browse files Browse the repository at this point in the history
Fixed: Skin flickering
  • Loading branch information
DevDrizzy authored Sep 8, 2024
2 parents c53f9bb + 40e4377 commit 66be01a
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 66be01a

Please sign in to comment.