mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-29 11:31:55 +01:00
What is less than less than one.
This commit is contained in:
parent
d6c91d2d04
commit
3d4d616414
@ -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 New Issue
Block a user