parent
d4a0264d39
commit
b220dfbfcb
2 changed files with 2 additions and 2 deletions
|
|
@ -92,7 +92,7 @@ public class Emote {
|
|||
List<Location> locs = getEmoteLocs(player.getLocation(), emotes.get(emote), player.getLocation());
|
||||
for (Location loc : locs) {
|
||||
Particle.DustOptions dustOptions = new Particle.DustOptions(Color.WHITE, 0.5f);
|
||||
player.getWorld().spawnParticle(Particle.REDSTONE, loc, 15, 0, 0, 0, dustOptions);
|
||||
player.getWorld().spawnParticle(Particle.DUST, loc, 15, 0, 0, 0, dustOptions);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue