Fixes
This commit is contained in:
parent
6362c2f85a
commit
1fd085b331
2 changed files with 12 additions and 2 deletions
|
@ -71,7 +71,6 @@ public class MusicTrackerMixin {
|
|||
if (this.current == null && this.timeUntilNextSong-- <= 0) {
|
||||
this.play(musicSound);
|
||||
}
|
||||
System.out.println(volume);
|
||||
info.cancel();
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue