mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2025-08-08 21:43:06 +00:00
v7.4, fix fixed celebration w/ vanish, fixed create args, & fixed tp
This commit is contained in:
parent
c8579b41b6
commit
9de5dfbda3
4 changed files with 14 additions and 6 deletions
|
@ -200,7 +200,7 @@ public class ParticleManager extends Manager implements Listener, Runnable {
|
|||
return;
|
||||
|
||||
for (PParticle pparticle : particles)
|
||||
ParticleEffect.display(particle, pparticle, isLongRange, Bukkit.getPlayer(particle.getOwnerUniqueId()));
|
||||
ParticleEffect.display(particle, pparticle, isLongRange, player);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue