remove silly unused field

This commit is contained in:
JohnCorby 2023-03-23 17:12:35 -07:00
parent b4340a93f7
commit 95aea5ebc4

View File

@ -10,10 +10,5 @@ namespace NewHorizons.External.Modules.WarpPad
/// In degrees. Gives a margin of error for alignments.
/// </summary>
[DefaultValue(5f)] public float alignmentWindow = 5f;
/// <summary>
/// Is this transmitter upsidedown? Means alignment will be checked facing the other way.
/// </summary>
public bool upsideDown = false;
}
}