Skip to content

Commit

Permalink
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified GameData/RP-0/Plugins/RP0.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/Tooling/ModuleToolingSSTUTank.cs
Original file line number Diff line number Diff line change
@@ -106,7 +106,7 @@ public override void GetDimensions(out float diam, out float len)
}

// Nose Type = currentNoseType Mount = currentMountType
public Dictionary<string, float> noseMountDict = new Dictionary<string, float>()
protected static Dictionary<string, float> noseMountDict = new Dictionary<string, float>()
{
{"Adapter-1-2-Flat", 0.09f},
{"Adapter-1-2-Short", 0.5f },

0 comments on commit 6cfb8dc

Please sign in to comment.