Skip to content

Commit c32ef31

Browse files
authored
KSPIE compatibility hotfix
This fix is required to make it compatible with KSPIE
1 parent 0b8773f commit c32ef31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Patches/AllEngines.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// Adds PersistentEngine to any part with ModuleEnginesFX or ModuleEngines
22
// Remove any other patches that add PersistentEngine
33

4-
@PART[*]:HAS[@MODULE[ModuleEnginesFX]]
4+
@PART[*]:HAS[@MODULE[ModuleEnginesFX],!MODULE[DaedalusEngineController],!MODULE[FusionEngineController],!MODULE[ElectricEngineControllerFX],!MODULE[VistaECU2]]
55
{
66
MODULE
77
{
88
name = PersistentEngine
99
}
1010
}
1111

12-
@PART[*]:HAS[@MODULE[ModuleEngines]]
12+
@PART[*]:HAS[@MODULE[ModuleEngines],!MODULE[DaedalusEngineController],!MODULE[FusionEngineController],!MODULE[ElectricEngineControllerFX],!MODULE[VistaECU2]]
1313
{
1414
MODULE
1515
{

0 commit comments

Comments
 (0)