-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ground tether to stock landing legs
- New module manager patch to add USI_InertialDampener to stock landing legs - New module manager patch to set AutoShutdown = false for all USI_Converter instances
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// Prevent USI_Converter and USI_Harvester modules from automatically shutting down | ||
@PART[*]:HAS[@MODULE[USI_Converter]] | ||
{ | ||
@MODULE[USI_Converter] | ||
{ | ||
%AutoShutdown = false | ||
} | ||
} |