@@ -22,7 +22,7 @@
|
||||
Logger logger;
|
||||
|
||||
if (nbttagcompound.contains("attack")) {
|
||||
@@ -138,12 +144,19 @@
|
||||
@@ -143,12 +149,19 @@
|
||||
public boolean skipAttackInteraction(Entity entity) {
|
||||
if (entity instanceof EntityHuman) {
|
||||
EntityHuman entityhuman = (EntityHuman) entity;
|
||||
@@ -34,7 +34,7 @@
|
||||
+ }
|
||||
+ // CraftBukkit end
|
||||
|
||||
this.attack = new Interaction.PlayerAction(entityhuman.getUUID(), this.level.getGameTime());
|
||||
this.attack = new Interaction.PlayerAction(entityhuman.getUUID(), this.level().getGameTime());
|
||||
if (entityhuman instanceof EntityPlayer) {
|
||||
EntityPlayer entityplayer = (EntityPlayer) entityhuman;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user