Skip to content

Commit

Permalink
fix(bungee): tab item listOrder not persisted
Browse files Browse the repository at this point in the history
Fixes #474
  • Loading branch information
diogotcorreia committed Jan 22, 2025
1 parent 1af79d9 commit a33bc87
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,9 @@ private PlayerListItem.Item clonePlayerListItem(PlayerListItem.Item item) {
item1.setPing(item.getPing());

item1.setDisplayName(item.getDisplayName());

item1.setListOrder(item.getListOrder());
item1.setShowHat(item.getShowHat());
return item1;
}

Expand Down

0 comments on commit a33bc87

Please sign in to comment.