This commit is contained in:
paulevsGitch 2020-11-01 20:01:21 +03:00
parent 6362c2f85a
commit 1fd085b331
2 changed files with 12 additions and 2 deletions

View file

@ -71,7 +71,6 @@ public class MusicTrackerMixin {
if (this.current == null && this.timeUntilNextSong-- <= 0) {
this.play(musicSound);
}
System.out.println(volume);
info.cancel();
}
else {