Back to OGG

This commit is contained in:
Anuken
2020-11-11 10:55:19 -05:00
parent 4f4f8f08bb
commit a4f5c1c55f
139 changed files with 54 additions and 7 deletions

View File

@@ -102,7 +102,7 @@ public class MusicControl{
}
/** Plays a random track.*/
protected void playRandom(){
public void playRandom(){
if(isDark()){
playOnce(darkMusic.random(lastRandomPlayed));
}else{