Skip to content

Commit

Permalink
Preventing Resourceful and AttachedFromEditor from being patched …
Browse files Browse the repository at this point in the history
…into parts using B9PartSwitch, as they don't need them.
  • Loading branch information
Lisias committed Jan 28, 2023
1 parent 4a26d61 commit 1f59666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GameData/999_KSP-Recall/patches/attached-on-editor.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//
// This can change in the future as users report problems.
//
@PART[*]:HAS[!MODULE[ModuleAsteroid],!MODULE[ModuleComet],!MODULE[KerbalEVA],!MODULE[ProceduralPart],!MODULE[WingProcedural]]:LAST[KSPRECALL-ATTACHED-ON-EDITOR]:NEEDS[TweakScale]
@PART[*]:HAS[!MODULE[ModuleB9PartSwitch],!MODULE[ProceduralPart],!MODULE[WingProcedural],!MODULE[ModuleAsteroid],!MODULE[ModuleComet],!MODULE[KerbalEVA]]:LAST[KSPRECALL-ATTACHED-ON-EDITOR]:NEEDS[TweakScale]
{
%MODULE[AttachedOnEditor]
{
Expand Down
2 changes: 1 addition & 1 deletion GameData/999_KSP-Recall/patches/resourceful.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@PART[*]:HAS[!MODULE[ModuleCargoPart],!MODULE[ModuleAsteroid],!MODULE[ModuleComet],!MODULE[KerbalEVA]]:NEEDS[KSPRECALL-RESOURCEFUL]
@PART[*]:HAS[!MODULE[ModuleB9PartSwitch],!MODULE[ModuleCargoPart],!MODULE[ModuleAsteroid],!MODULE[ModuleComet],!MODULE[KerbalEVA]]:NEEDS[KSPRECALL-RESOURCEFUL]
{
%MODULE[Resourceful]
{
Expand Down

0 comments on commit 1f59666

Please sign in to comment.