Skip to content

Commit

Permalink
Fix order of actions in the PlayerListEntryAction enum (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroMPagani authored Feb 16, 2025
1 parent b40365e commit 0e21212
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ public enum PlayerListEntryAction {
UPDATE_LISTED,
UPDATE_LATENCY,
UPDATE_DISPLAY_NAME,
UPDATE_HAT,
UPDATE_LIST_ORDER;
UPDATE_LIST_ORDER,
UPDATE_HAT;

public static final PlayerListEntryAction[] VALUES = values();

Expand Down

0 comments on commit 0e21212

Please sign in to comment.