Remove broken quickMoveStack implementation
This commit is contained in:
parent
5631e8bf4e
commit
2542945ef4
@ -65,6 +65,15 @@
|
||||
public void removeSlotListener(ICrafting icrafting) {
|
||||
this.containerListeners.remove(icrafting);
|
||||
}
|
||||
@@ -325,7 +369,7 @@
|
||||
}
|
||||
|
||||
public ItemStack quickMoveStack(EntityHuman entityhuman, int i) {
|
||||
- return ((Slot) this.slots.get(i)).getItem();
|
||||
+ return ItemStack.EMPTY; // CraftBukkit - previous implementation was useless and broken
|
||||
}
|
||||
|
||||
public void clicked(int i, int j, InventoryClickType inventoryclicktype, EntityHuman entityhuman) {
|
||||
@@ -381,7 +425,7 @@
|
||||
}
|
||||
} else if (this.quickcraftStatus == 2) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user