Massive renaming update in nms. If you bypassed Bukkit, you will likely break.
Also minimized all the nms diffs and generic cleanups all around.
This commit is contained in:
@@ -45,7 +45,7 @@ public class Slot {
|
||||
}
|
||||
|
||||
public ItemStack a(int i) {
|
||||
return this.inventory.a(this.index, i);
|
||||
return this.inventory.splitStack(this.index, i);
|
||||
}
|
||||
|
||||
public boolean a(IInventory iinventory, int i) {
|
||||
|
||||
Reference in New Issue
Block a user