Fix Java compile

This commit is contained in:
Luminol CI
2024-05-03 12:52:37 +00:00
parent 2d14daaa87
commit 39c74a5409

View File

@@ -342,7 +342,7 @@ index 90be312057221a5a78066d89783c5e22008d797d..185a4788809c0aec69420933944b468c
+ return;
+ }
+
+ top.leavesmc.leaves.protocol.core.LeavesProtocolManager.handlePlayerJoin(player); // Leaves - protocol
+ // top.leavesmc.leaves.protocol.core.LeavesProtocolManager.handlePlayerJoin(player); // Leaves - protocol
+
+ final List<ServerPlayer> playersCopy = new ArrayList<>(this.players);
+ final List<ServerPlayer> onlinePlayers = Lists.newArrayListWithExpectedSize(playersCopy.size() - 1);