Skip to content

Commit

Permalink
Skin updates now use DisplayName
Browse files Browse the repository at this point in the history
  • Loading branch information
bundabrg committed Jun 1, 2020
1 parent b39a71f commit f93e223
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public static void requestAndHandleSkinAndCape(PlayerEntity entity, GeyserSessio
if (session.getUpstream().isInitialized()) {
PlayerListPacket.Entry updatedEntry = buildEntryManually(
entity.getUuid(),
entity.getUsername(),
entity.getName(),
entity.getGeyserId(),
entity.getUuid().toString(),
skin.getSkinData(),
Expand Down

0 comments on commit f93e223

Please sign in to comment.