data changes
This commit is contained in:
parent
575015abd6
commit
b14a99dc05
75 changed files with 449 additions and 1717 deletions
|
@ -1560,7 +1560,7 @@ public class Client implements IThreadListener {
|
|||
|
||||
inventoryplayer.setCurrentItem(item);
|
||||
if(this.itemCheat) {
|
||||
this.player.client.addToSendQueue(new CPacketCheat(new ItemStack(item), -2 - inventoryplayer.currentItem, this.ctrl()));
|
||||
this.player.client.addToSendQueue(new CPacketCheat(item, -2 - inventoryplayer.currentItem, this.ctrl()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2393,7 +2393,7 @@ public class Client implements IThreadListener {
|
|||
this.show(GuiMenu.INSTANCE);
|
||||
}
|
||||
if(this.world != null && !this.charEditor && Bind.INVENTORY.isPressed()) {
|
||||
if(this.open instanceof GuiContainer) {
|
||||
if(this.open instanceof GuiContainer && !(this.open.selected instanceof client.gui.element.Field || this.open.selected instanceof Area)) {
|
||||
this.show(null);
|
||||
}
|
||||
else if(this.open == null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue