1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-06 15:41:50 +00:00

Updated changes for latest Geyser version

This commit is contained in:
Tim203
2022-06-07 00:31:29 +02:00
parent d8b63b9310
commit 378aa6ed99
2 changed files with 5 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ public class JavaCustomPayloadTranslator extends PacketTranslator<ClientboundCus
transferPacket.setPort(port);
session.sendUpstreamPacket(transferPacket);
} else if (channel.equals("floodgate:packet")) {
} else if (channel.equals(PluginMessageChannels.PACKET)) {
logger.debug("A packet has been sent using the Floodgate api");
byte[] data = packet.getData();