Removing item sync as it was fixed?

This commit is contained in:
samolego 2021-03-10 22:36:28 +01:00
parent 9d1e23586c
commit bf34eb7bd9
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ public abstract class MixinSlot {
player.getInventory().selectedSlot, player.getInventory().selectedSlot,
player.getInventory().getStack(player.getInventory().selectedSlot)) player.getInventory().getStack(player.getInventory().selectedSlot))
); );
player.networkHandler.sendPacket(new ScreenHandlerSlotUpdateS2CPacket(-1, -1, player.getInventory().getCursorStack()));
cir.setReturnValue(false); cir.setReturnValue(false);
} }
} }