Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
15ef4580
Commit
15ef4580
authored
Feb 11, 2019
by
Julian Zobel
Browse files
Actuator: Do not switch to Fly if the check is, if it is on
parent
d5f574ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/energy/components/ActuatorEnergyComponent.java
View file @
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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment