Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
DevDrizzy committed Sep 28, 2024
2 parents a4deef7 + 66be01a commit c5556b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Add this to your `pom.xml` `<dependencies>`:
<dependency>
<groupId>xyz.refinedev.api</groupId>
<artifactId>TablistAPI</artifactId>
<version>2.1</version>
<version>2.3</version>
<scope>compile</scope>
</dependency>
```
Expand Down
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 c5556b4

Please sign in to comment.