summaryrefslogtreecommitdiff
path: root/src/main/java/darkknight/jewelrycraft/potions/PotionStun.java
diff options
context:
space:
mode:
authorbculkin2442 <bjculkin@mix.wvu.edu>2018-05-24 16:03:42 -0400
committerbculkin2442 <bjculkin@mix.wvu.edu>2018-05-24 16:03:42 -0400
commit9a4d1e95ea7784f0f98ea2913701a3a3c28aefaa (patch)
treeb4307f58fe2197d2215707bb3f44cf8952229c6d /src/main/java/darkknight/jewelrycraft/potions/PotionStun.java
parent4f7ad220df0438b6f3382110577b53f29da46453 (diff)
Formatting pass
Diffstat (limited to 'src/main/java/darkknight/jewelrycraft/potions/PotionStun.java')
-rwxr-xr-xsrc/main/java/darkknight/jewelrycraft/potions/PotionStun.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/darkknight/jewelrycraft/potions/PotionStun.java b/src/main/java/darkknight/jewelrycraft/potions/PotionStun.java
index a361e9f..a0fca81 100755
--- a/src/main/java/darkknight/jewelrycraft/potions/PotionStun.java
+++ b/src/main/java/darkknight/jewelrycraft/potions/PotionStun.java
@@ -36,8 +36,8 @@ public class PotionStun extends PotionBase {
entity.rotationYaw = entity.prevRotationYaw;
entity.worldObj.spawnParticle("spell", entity.posX,
- entity.posY + entity.getEyeHeight(), entity.posZ, 0.0D,
- 0.3D, 0.0D);
+ entity.posY + entity.getEyeHeight(),
+ entity.posZ, 0.0D, 0.3D, 0.0D);
if (entity.getActivePotionEffect(PotionList.stun)
.getDuration() == 0) {