SPIGOT-7244: Unable to open Shulker Inventory when more than 8 blocks away
This commit is contained in:
parent
b1059a82ea
commit
1b70687960
@ -38,3 +38,11 @@
|
||||
iinventory.startOpen(playerinventory.player);
|
||||
boolean flag = true;
|
||||
boolean flag1 = true;
|
||||
@@ -46,6 +66,7 @@
|
||||
|
||||
@Override
|
||||
public boolean stillValid(EntityHuman entityhuman) {
|
||||
+ if (!this.checkReachable) return true; // CraftBukkit
|
||||
return this.container.stillValid(entityhuman);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user