Skip to content

Commit 83f050a

Browse files
authored
Merge pull request #4 from sswelm/patch-2
Don't add PersistentThrust if it is already present in a part
2 parents e49f16e + 301223b commit 83f050a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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],!MODULE[DaedalusEngineController],!MODULE[FusionEngineController],!MODULE[ElectricEngineControllerFX],!MODULE[VistaECU2]]
4+
@PART[*]:HAS[@MODULE[ModuleEnginesFX],!MODULE[PersistentThrust],!MODULE[DaedalusEngineController],!MODULE[FusionEngineController],!MODULE[ElectricEngineControllerFX],!MODULE[VistaECU2]]
55
{
66
MODULE
77
{
88
name = PersistentEngine
99
}
1010
}
1111

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

0 commit comments

Comments
 (0)