Skip to content

Commit 8830172

Browse files
committed
修复1.21.4虚拟背包点击bug
1 parent d3f9ef9 commit 8830172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/bukkit/bukkit-ui/src/main/kotlin/taboolib/module/ui/virtual/InventoryHandlerImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ private typealias NMSPacketPlayOutOpenWindow = net.minecraft.network.protocol.ga
441441
private typealias NMSPacketPlayOutWindowItems = net.minecraft.network.protocol.game.PacketPlayOutWindowItems
442442

443443
private typealias NMSPacketPlayOutSetSlot = net.minecraft.network.protocol.game.PacketPlayOutSetSlot
444-
//
444+
445445
private typealias NMSPacketPlayOutSetCarriedSlot = net.minecraft.network.protocol.game.ClientboundSetCursorItemPacket
446446

447447
private typealias NMSPacketPlayOutWindowData = net.minecraft.network.protocol.game.PacketPlayOutWindowData

0 commit comments

Comments
 (0)