System.out.println("The current mode is "+result.mode+", but the results screen thinks this is Megamix... We're going to manually fix it for now. Let sig know this is appearing.");
}*/
result.mode=Mode.FUTURETONE;
}else{
/*if(result.mode!=Mode.MEGAMIX){
System.out.println("The current mode is "+result.mode+", but the results screen thinks this is Future Tone... We're going to manually fix it for now. Let sig know this is appearing.");
}*/
result.mode=Mode.MEGAMIX;
if(isClass("sig.MyRobot")){
if(MyRobot.FUTURETONE){
/*if(result.mode!=Mode.FUTURETONE){
System.out.println("The current mode is "+result.mode+", but the results screen thinks this is Megamix... We're going to manually fix it for now. Let sig know this is appearing.");
}*/
result.mode=Mode.FUTURETONE;
}else{
/*if(result.mode!=Mode.MEGAMIX){
System.out.println("The current mode is "+result.mode+", but the results screen thinks this is Future Tone... We're going to manually fix it for now. Let sig know this is appearing.");