Skip to content

Commit

Permalink
Update proxy/src/main/java/com/velocitypowered/proxy/protocol/packet/…
Browse files Browse the repository at this point in the history
…UpsertPlayerInfoPacket.java
  • Loading branch information
kennytv authored Dec 3, 2024
1 parent aa92ceb commit 1008e94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ public ComponentHolder getDisplayName() {
return displayName;
}

public boolean getShowHat() {
public boolean isShowHat() {
return showHat;
}

Expand Down

0 comments on commit 1008e94

Please sign in to comment.