@@ -55,8 +55,8 @@
|
||||
@@ -79,6 +112,7 @@
|
||||
|
||||
@Override
|
||||
public boolean canUse(EntityHuman entityhuman) {
|
||||
public boolean stillValid(EntityHuman entityhuman) {
|
||||
+ if (!this.checkReachable) return true; // CraftBukkit
|
||||
return this.container.a(entityhuman);
|
||||
return this.container.stillValid(entityhuman);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user