Skip to content

Commit

Permalink
slide
Browse files Browse the repository at this point in the history
  • Loading branch information
MehVahdJukaar committed Dec 27, 2024
1 parent 3c65241 commit 7837683
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
public class RopeSlideSoundInstance extends AbstractTickableSoundInstance {

private final Player player;
private final SoundManager soundManager;
private int ropeTicks;
private boolean stopToggle = false;

Expand All @@ -28,7 +27,6 @@ public RopeSlideSoundInstance(Player player) {
this.delay = 1; //wait a second before starting
this.volume = 0.0F;
this.ropeTicks = 0;
this.soundManager = Minecraft.getInstance().getSoundManager();
}

@Override
Expand Down

0 comments on commit 7837683

Please sign in to comment.