Fix Non Working Particle
Dieser Commit ist enthalten in:
Ursprung
87e3056e25
Commit
cbf140cdfe
@ -35,9 +35,9 @@ public class ParticleListener implements Listener {
|
||||
if (particle == null) return;
|
||||
|
||||
if (particle == Particle.SPELL) {
|
||||
Particle.DustOptions dust = new Particle.DustOptions(Color.fromRGB(random.nextInt(256), random.nextInt(256), random.nextInt(256)), random.nextFloat() / 2 + 1);
|
||||
player.getWorld().spawnParticle(particle, player.getLocation().add(0.0D, 0.2D, 0.0D), 5, dust);
|
||||
return;
|
||||
//Particle.DustOptions dust = new Particle.DustOptions(Color.fromRGB(random.nextInt(256), random.nextInt(256), random.nextInt(256)), random.nextFloat() / 2 + 1);
|
||||
//player.getWorld().spawnParticle(particle, player.getLocation().add(0.0D, 0.2D, 0.0D), 5, dust);
|
||||
//return;
|
||||
}
|
||||
|
||||
if (lobbyPlayer.isCustomVelocity()) {
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren