@@ -52,7 +52,7 @@
|
||||
- } else if (this.a(entityhuman, world, blockposition1)) {
|
||||
+ } else if (this.a(entityhuman, world, blockposition1, movingobjectposition.direction, blockposition, itemstack)) { // CraftBukkit
|
||||
if (entityhuman instanceof EntityPlayer) {
|
||||
CriterionTriggers.x.a((EntityPlayer) entityhuman, blockposition, itemstack);
|
||||
CriterionTriggers.x.a((EntityPlayer) entityhuman, blockposition1, itemstack);
|
||||
}
|
||||
@@ -67,16 +87,19 @@
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user