mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-20 23:31:33 +01:00
Merge pull request #519 from jamierocks/pr/update-inv
Update inventory. Fixes #505
This commit is contained in:
commit
5a4d011af5
@ -40,15 +40,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
itemstack = ItemStack.a;
|
||||
flag = true;
|
||||
} else if (a(itemstack1, itemstack)) {
|
||||
@@ -0,0 +0,0 @@ public class TileEntityHopper extends TileEntityLootable implements IHopper, ITi
|
||||
}
|
||||
}
|
||||
|
||||
- iinventory1.update();
|
||||
+ //iinventory1.update(); // Paper
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +0,0 @@ public class TileEntityHopper extends TileEntityLootable implements IHopper, ITi
|
||||
this.f = i;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user