Skip to content

Commit

Permalink
Fix profile presence
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreyShupe committed Dec 7, 2022
1 parent cc7d199 commit 2a0d657
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ public void addEntry(TabListEntry entry1) {
actions.addAll(EnumSet.of(UpsertPlayerInfo.Action.ADD_PLAYER,
UpsertPlayerInfo.Action.UPDATE_LATENCY,
UpsertPlayerInfo.Action.UPDATE_LISTED));
playerInfoEntry.setProfile(entry.getProfile());
if (entry.getDisplayNameComponent().isPresent()) {
actions.add(UpsertPlayerInfo.Action.UPDATE_DISPLAY_NAME);
playerInfoEntry.setDisplayName(entry.getDisplayNameComponent().get());
Expand Down

0 comments on commit 2a0d657

Please sign in to comment.