diff --git a/Firespitter/customization/FSfuelSwitch.cs b/Firespitter/customization/FSfuelSwitch.cs index 3c9d8979..70f5eb7b 100644 --- a/Firespitter/customization/FSfuelSwitch.cs +++ b/Firespitter/customization/FSfuelSwitch.cs @@ -168,10 +168,11 @@ private void assignResourcesToPart(bool calledByPlayer) if (tweakableUI == null) { - tweakableUI = Tools.FindActionWindow(part); + tweakableUI = UIPartActionController.Instance.GetItem(part); } if (tweakableUI != null) { + tweakableUI.CreatePartList(true); tweakableUI.displayDirty = true; } else