|
@PART[*]:HAS[!MODULE[ModuleCommand]]:FOR[zzzSkyhawkScienceSystem] |
The original intent was to upgrade the ModuleSAS even if there was no module command, but the HAS is missing the "has ModuleSAS" so it gets applied to anything without a ModuleCommand.
The line should read:
@PART[*]:HAS[@MODULE[ModuleSAS],!MODULE[ModuleCommand]]:FOR[zzzSkyhawkScienceSystem]
Introduced by:
https://github.com/CessnaSkyhawk/SkyhawkScienceSystem/blob/56f0f3561134f6a8f823f16468692df641c764a1/Patches/Control/SASUpgrades.cfg
SkyhawkScienceSystem/Patches/Control/SASUpgrades.cfg
Line 39 in 56f0f35
The original intent was to upgrade the ModuleSAS even if there was no module command, but the HAS is missing the "has ModuleSAS" so it gets applied to anything without a ModuleCommand.
The line should read:
@PART[*]:HAS[@MODULE[ModuleSAS],!MODULE[ModuleCommand]]:FOR[zzzSkyhawkScienceSystem]Introduced by:
https://github.com/CessnaSkyhawk/SkyhawkScienceSystem/blob/56f0f3561134f6a8f823f16468692df641c764a1/Patches/Control/SASUpgrades.cfg