Remove test song data.

secondmonitor
Joshua Sigona 4 years ago
parent 7b63cd8809
commit a6958f1669
  1. 4
      DivaBot/src/MyRobot.java

@ -97,8 +97,8 @@ public class MyRobot{
}
lastSongSelectTime = System.currentTimeMillis();
} else {
selectedSong=new SongData("test",new Color[] {});
difficulty="EXEX";
/*selectedSong=new SongData("test",new Color[] {});
difficulty="EXEX";*/
if ((selectedSong!=null && difficulty!=null) /*|| true*/) {
//Look for the results screen.
//602,217 254,254,254

Loading…
Cancel
Save