1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-27 18:59:17 +00:00

a bit too much debug

This commit is contained in:
onebeastchris
2025-12-08 21:32:35 +01:00
parent b27d32b984
commit bca5e66855

View File

@@ -235,7 +235,6 @@ public class JavaCommandsTranslator extends PacketTranslator<ClientboundCommands
availableCommandsPacket.getCommands().addAll(commandData);
session.getGeyser().getLogger().debug("Sending command packet of " + commandData.size() + " commands");
GeyserImpl.getInstance().getLogger().info(availableCommandsPacket.toString());
// Finally, send the commands to the client
session.sendUpstreamPacket(availableCommandsPacket);