Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-08 17:20:24 +01:00
Remove debug message
Dieser Commit ist enthalten in:
Ursprung
597ddc7f82
Commit
ba5a44d2d2
@ -329,7 +329,6 @@ public class IncomingTransformer {
|
|||||||
}
|
}
|
||||||
if (packet == PacketType.PLAY_CREATIVE_INVENTORY_ACTION) {
|
if (packet == PacketType.PLAY_CREATIVE_INVENTORY_ACTION) {
|
||||||
short slot = input.readShort();
|
short slot = input.readShort();
|
||||||
System.out.println(slot);
|
|
||||||
if (slot == 45) {
|
if (slot == 45) {
|
||||||
ByteBuf buf = info.getChannel().alloc().buffer();
|
ByteBuf buf = info.getChannel().alloc().buffer();
|
||||||
PacketUtil.writeVarInt(PacketType.PLAY_SET_SLOT.getNewPacketID(), buf);
|
PacketUtil.writeVarInt(PacketType.PLAY_SET_SLOT.getNewPacketID(), buf);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren