Fix right click state for modules that can't be overloaded
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user