Skip to content

Commit

Permalink
Correct negation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisAdderley committed Dec 27, 2020
1 parent d3c039a commit fa286b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Deletes cargo partmodule in KSP < 1.11
@PART[*]:HAS[#author[Chris?Adderley??Nertea?],@MODULE[ModuleCargoPart]]:NEEDS[Squad/Parts/Engine/Size2LFB_v2]:FOR[NearFuturePropulsion]
@PART[*]:HAS[#author[Chris?Adderley??Nertea?],@MODULE[ModuleCargoPart]]:NEEDS[!Squad/Parts/Engine/Size2LFB_v2]:FOR[NearFuturePropulsion]
{
!MODULE[ModuleCargoPart] {}
}

0 comments on commit fa286b9

Please sign in to comment.