Backport.

This commit is contained in:
bconlon 2020-08-21 15:27:37 -07:00
parent e4061e23dd
commit cfc87845eb

View file

@ -196,9 +196,11 @@ public class EntityValkyrieQueen extends EntityBossMob implements IAetherBoss {
this.chatItUp(entityplayer, "If you wish to challenge me, strike at any time.");
} else if (this.worldObj.isRemote) {
this.displayValkyrieDialogue();
return true;
}
return true;
return super.interact(entityplayer);
}
@Override