mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-19 13:01:20 +02:00
What is less than less than one.
This commit is contained in:
@@ -110,7 +110,7 @@ public class Commandfirework extends EssentialsCommand
|
|||||||
FireworkMeta fmeta = (FireworkMeta)stack.getItemMeta();
|
FireworkMeta fmeta = (FireworkMeta)stack.getItemMeta();
|
||||||
if (direction)
|
if (direction)
|
||||||
{
|
{
|
||||||
final Vector vector = user.getEyeLocation().getDirection().multiply(0.075);
|
final Vector vector = user.getEyeLocation().getDirection().multiply(0.070);
|
||||||
if (fmeta.getPower() > 1)
|
if (fmeta.getPower() > 1)
|
||||||
{
|
{
|
||||||
fmeta.setPower(1);
|
fmeta.setPower(1);
|
||||||
|
Reference in New Issue
Block a user