Skip to content

Commit

Permalink
upping particle count
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Mar 7, 2020
1 parent 51d860c commit 85fbc51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public void onTwerk(PlayerToggleSneakEvent e) {
if (count == addon.getSettings().getMinimumTwerks()) {
e.getPlayer().playSound(e.getPlayer().getLocation(), addon.getSettings().getSoundsTwerkSound(),
(float)addon.getSettings().getSoundsTwerkVolume(), (float)addon.getSettings().getSoundsTwerkPitch());
e.getPlayer().spawnParticle(Particle.SPELL, e.getPlayer().getLocation(), count, 3D, 0D, 3D);
e.getPlayer().spawnParticle(Particle.SPELL, e.getPlayer().getLocation(), 20, 3D, 0D, 3D);
}
});
}
Expand Down

0 comments on commit 85fbc51

Please sign in to comment.