|
@@ -53,10 +53,8 @@ public class SimulationManager {
|
|
if((production + consumption) < 0){
|
|
if((production + consumption) < 0){
|
|
if((production + minConsumption) >= 0){
|
|
if((production + minConsumption) >= 0){
|
|
hl.setState(4);
|
|
hl.setState(4);
|
|
- System.out.println("yellow");
|
|
|
|
}else{
|
|
}else{
|
|
hl.setState(1);
|
|
hl.setState(1);
|
|
- System.out.println("orange");
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
break;
|
|
break;
|