From 3d4d616414cd0182742c38b54de758a7d4ba6d6e Mon Sep 17 00:00:00 2001 From: KHobbits Date: Tue, 29 Jan 2013 23:59:31 +0000 Subject: What is less than less than one. --- Essentials/src/com/earth2me/essentials/commands/Commandfirework.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandfirework.java b/Essentials/src/com/earth2me/essentials/commands/Commandfirework.java index 5a3ad502d..f476a1846 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandfirework.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandfirework.java @@ -110,7 +110,7 @@ public class Commandfirework extends EssentialsCommand FireworkMeta fmeta = (FireworkMeta)stack.getItemMeta(); if (direction) { - final Vector vector = user.getEyeLocation().getDirection().multiply(0.075); + final Vector vector = user.getEyeLocation().getDirection().multiply(0.070); if (fmeta.getPower() > 1) { fmeta.setPower(1); -- cgit v1.2.3