diff --git a/service/fit.py b/service/fit.py index 74025e1f9..d2874b27b 100644 --- a/service/fit.py +++ b/service/fit.py @@ -321,7 +321,7 @@ class Fit(object): if mod.slot in (Slot.RIG, Slot.SUBSYSTEM) or mod.isEmpty: return State.ONLINE - currState = mod.state + currState = state = mod.state if proposedState is not None: state = proposedState elif click == "right":