3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-18 20:40:08 +01:00

Fix client crash on InventoryClick cancel. Fixes BUKKIT-1841

Dieser Commit ist enthalten in:
H31IX 2012-06-22 01:15:56 -04:00 committet von Travis Watkins
Ursprung a21f038fc3
Commit 6093bcc445

Datei anzeigen

@ -1175,8 +1175,6 @@ public class NetServerHandler extends NetHandler implements ICommandListener {
if (packet107setcreativeslot.slot > -1) {
this.player.netServerHandler.sendPacket(new Packet103SetSlot(this.player.defaultContainer.windowId, packet107setcreativeslot.slot, CraftItemStack.createNMSItemStack(item)));
}
this.player.netServerHandler.sendPacket(new Packet103SetSlot(this.player.defaultContainer.windowId, -1, null));
return;
case DEFAULT:
// We do the stuff below