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
a886bf18
Commit
a886bf18
authored
Feb 21, 2019
by
Julian Zobel
🦄
Browse files
REVERT:
Actuator: Do not switch to Fly if the check is, if it is on
parent
15ef4580
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/energy/components/ActuatorEnergyComponent.java
View file @
a886bf18
...
...
@@ -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