Merge branch '1122-small-bug-arrow-particles-are-very-slightly-offset-above-the-arrow' into 'master'

Arrow particles offset fixed

See merge request phoenix-dvpmt/mmoitems!69
This commit is contained in:
Jules 2023-04-02 07:21:11 +00:00
commit 8f8ffd4bca

View File

@ -25,6 +25,6 @@ public class ArrowParticles extends BukkitRunnable {
return; return;
} }
particleInfo.display(arrow.getLocation().add(0, .25, 0)); particleInfo.display(arrow.getLocation().add(0, 0, 0));
} }
} }