Back to OGG
This commit is contained in:
@@ -102,7 +102,7 @@ public class MusicControl{
|
||||
}
|
||||
|
||||
/** Plays a random track.*/
|
||||
protected void playRandom(){
|
||||
public void playRandom(){
|
||||
if(isDark()){
|
||||
playOnce(darkMusic.random(lastRandomPlayed));
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user