Skip to content

Commit

Permalink
Fix redundancy with WarpPlugin (KSPI)
Browse files Browse the repository at this point in the history
KSPI's code causes all intakes for IntakeAir to also generate IntakeAtm. If this is added alongside KSPI, you end up with an extra, redundant intake module, which causes overheating problems for KSPI's atmospheric engines.
  • Loading branch information
ABZB committed Jan 5, 2016
1 parent 026a854 commit 1a9e9fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@PART[*]:HAS[@MODULE[ModuleResourceIntake],@RESOURCE[IntakeAir]]{
@PART[*]:HAS[@MODULE[ModuleResourceIntake],@RESOURCE[IntakeAir]]:NEEDS[!WarpPlugin]{

+MODULE[ModuleResourceIntake]{
@resourceName = IntakeAtm
Expand Down

0 comments on commit 1a9e9fc

Please sign in to comment.