summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2013-01-29 23:59:31 +0000
committerKHobbits <rob@khobbits.co.uk>2013-01-29 23:59:31 +0000
commit3d4d616414cd0182742c38b54de758a7d4ba6d6e (patch)
treece5bceb13c29b3cd16ebf292bf18fe6bde97fc59
parentd6c91d2d040a5c9d5e38ddd7f7fb79120da71c59 (diff)
downloadEssentials-3d4d616414cd0182742c38b54de758a7d4ba6d6e.tar
Essentials-3d4d616414cd0182742c38b54de758a7d4ba6d6e.tar.gz
Essentials-3d4d616414cd0182742c38b54de758a7d4ba6d6e.tar.lz
Essentials-3d4d616414cd0182742c38b54de758a7d4ba6d6e.tar.xz
Essentials-3d4d616414cd0182742c38b54de758a7d4ba6d6e.zip
What is less than less than one.
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commandfirework.java2
1 files changed, 1 insertions, 1 deletions
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);