mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-02 06:27:42 +01:00
Bug fixed
This commit is contained in:
parent
9508df111b
commit
d56cd46e97
@ -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