Skip to content

Commit

Permalink
Do not shuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox committed Dec 9, 2024
1 parent e789acf commit 49b8e55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/xyz/nucleoid/parties/PartyManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public static void register() {
var partyManager = PartyManager.get(player.server);

var members = partyManager.getPartyMembers(player, true);
Collections.shuffle((List<ServerPlayerEntity>) members);

additional.addAll(members);
});
Expand Down

0 comments on commit 49b8e55

Please sign in to comment.