@@ -22,7 +22,7 @@
|
||||
@@ -48,6 +55,7 @@
|
||||
}
|
||||
|
||||
public boolean a(EntityHuman entityhuman) {
|
||||
public boolean canUse(EntityHuman entityhuman) {
|
||||
+ if (!this.checkReachable) return true; // CraftBukkit
|
||||
return this.beacon.a(entityhuman);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user