Fix FAR incompatability

This commit is contained in:
2020-11-13 02:22:56 -08:00
parent 981a167864
commit 8accabe9e5
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
@PART[*]:HAS[@MODULE[ModuleConformalDecal]|@MODULE[ModuleConformalFlag]|@MODULE[ModuleConformalText]]:After[FerramAerospaceResearch]
{
// Decals are just paint, so they shouldnt affect a vessel's aerodynamics at all
!MODULE[GeometryPartModule] {}
}