Spawn particles above players head for empty right click
This commit is contained in:
parent
7318a8be96
commit
40ab1dae99
|
|
@ -49,7 +49,7 @@ public class RightClickListener implements Listener {
|
||||||
ParticleSet particleSet = playerSettings.getParticles(aPartType);
|
ParticleSet particleSet = playerSettings.getParticles(aPartType);
|
||||||
if (particleSet == null)
|
if (particleSet == null)
|
||||||
return;
|
return;
|
||||||
particleSet.run(clickedBlock.getLocation());
|
particleSet.run(player.getLocation());
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}.runTaskAsynchronously(AltitudeParticles.getInstance());
|
}.runTaskAsynchronously(AltitudeParticles.getInstance());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user