Skip to content

Commit

Permalink
Fix ClientSoundtrackPlayer
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstMegaGame4 committed Dec 26, 2024
1 parent 028bd29 commit be91f53
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public void tick() {
}
else {
if (!this.soundManager.isPlaying(this.instance)) {
this.instance = null;
if (this.currentSoundtrack.getPart(this.currentPart).isLooping()) {
this.play(this.currentSoundtrack, this.currentPart);
}
Expand Down

0 comments on commit be91f53

Please sign in to comment.