We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4157210 commit c47d501Copy full SHA for c47d501
Source/Modules/ModuleCoPFollowTransform.cs
@@ -30,7 +30,7 @@ public override void OnLoad(ConfigNode node)
30
{
31
// this may be important if someone is swapping out versions of this module with B9PS
32
// Note this probably isn't correct for parts that also have modules that mess with this field (e.g. ModuleProceduralFairing)
33
- part.CoPOffset = part.partInfo.CoPOffset;
+ part.CoPOffset = part.partInfo.partPrefab.CoPOffset;
34
}
35
36
// NOTE: isEnabled will be persisted to the save file, but we want to treat it purely as runtime state
0 commit comments