From 7de3f0b24ab63ea72d78bd950e4811062fb366c3 Mon Sep 17 00:00:00 2001 From: 70000hp <105080577+70000hp@users.noreply.github.com> Date: Tue, 29 Aug 2023 15:46:49 -0400 Subject: [PATCH] I am an idiot --- src/main/java/com/hbm/entity/mob/EntityGlyphidBehemoth.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/hbm/entity/mob/EntityGlyphidBehemoth.java b/src/main/java/com/hbm/entity/mob/EntityGlyphidBehemoth.java index 4dccfe4352..26b66b1b91 100644 --- a/src/main/java/com/hbm/entity/mob/EntityGlyphidBehemoth.java +++ b/src/main/java/com/hbm/entity/mob/EntityGlyphidBehemoth.java @@ -91,7 +91,6 @@ public void acidAttack(){ if (!worldObj.isRemote && entityToAttack instanceof EntityLivingBase) { this.addPotionEffect(new PotionEffect(Potion.moveSlowdown.id, 2 * 20, 6)); EntityChemical chem = new EntityChemical(worldObj, this); - chem.setLocationAndAngles(this.posX, this.posY, this.posZ, this.rotationYaw, this.rotationPitch); chem.setFluid(Fluids.ACID); worldObj.spawnEntityInWorld(chem); }