We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f9ef9 commit 8830172Copy full SHA for 8830172
module/bukkit/bukkit-ui/src/main/kotlin/taboolib/module/ui/virtual/InventoryHandlerImpl.kt
@@ -441,7 +441,7 @@ private typealias NMSPacketPlayOutOpenWindow = net.minecraft.network.protocol.ga
441
private typealias NMSPacketPlayOutWindowItems = net.minecraft.network.protocol.game.PacketPlayOutWindowItems
442
443
private typealias NMSPacketPlayOutSetSlot = net.minecraft.network.protocol.game.PacketPlayOutSetSlot
444
-//
+
445
private typealias NMSPacketPlayOutSetCarriedSlot = net.minecraft.network.protocol.game.ClientboundSetCursorItemPacket
446
447
private typealias NMSPacketPlayOutWindowData = net.minecraft.network.protocol.game.PacketPlayOutWindowData
0 commit comments