Commit a886bf18 authored by Julian Zobel's avatar Julian Zobel 🦄
Browse files

REVERT:

Actuator: Do not switch to Fly if the check is, if it is on
parent 15ef4580
......@@ -133,7 +133,7 @@ public class ActuatorEnergyComponent implements EnergyComponent {
public boolean isOn() {
if(!currentState.equals(OFF) && isAvailable())
{
//doStateChange(FLY);
doStateChange(FLY);
return true;
}
return false;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment