mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-03 06:37:47 +01:00
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:
commit
8f8ffd4bca
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user