forked from sorceress/EasyAuth
Removing item sync as it was fixed?
This commit is contained in:
parent
9d1e23586c
commit
bf34eb7bd9
|
@ -27,7 +27,6 @@ public abstract class MixinSlot {
|
|||
player.getInventory().selectedSlot,
|
||||
player.getInventory().getStack(player.getInventory().selectedSlot))
|
||||
);
|
||||
player.networkHandler.sendPacket(new ScreenHandlerSlotUpdateS2CPacket(-1, -1, player.getInventory().getCursorStack()));
|
||||
cir.setReturnValue(false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue