Fix java compile in ReplayMod API

This commit is contained in:
M2ke4U
2024-05-03 18:26:07 +08:00
committed by GitHub
parent 2d14daaa87
commit fca5e33fa4

View File

@@ -342,7 +342,6 @@ index 90be312057221a5a78066d89783c5e22008d797d..185a4788809c0aec69420933944b468c
+ return;
+ }
+
+ 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);