Skip to content

Commit

Permalink
minor bugfix for attach node updating logic
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowmage45 committed Mar 28, 2016
1 parent 1781893 commit e07cc9c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Binary file modified GameData/SSTU/Plugins/SSTUTools.dll
Binary file not shown.
4 changes: 0 additions & 4 deletions Source/Module/SSTUModularFuelTank.cs
Original file line number Diff line number Diff line change
Expand Up @@ -525,10 +525,6 @@ public void onEditorVesselModified(ShipConstruct ship)
editorPrevTankHeightAdjust = editorTankHeightAdjust;
setTankScaleFromEditor(editorTankHeightAdjust, true);
}
else
{
updateAttachNodes(true);
}
}

#endregion ENDREGION - Standard KSP Overrides
Expand Down

0 comments on commit e07cc9c

Please sign in to comment.