mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-14 05:01:28 +00:00
What is less than less than one.
This commit is contained in:
parent
d6c91d2d04
commit
3d4d616414
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue