From 95aea5ebc47d7e6829bec2c2c837e45bd960a8fc Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Thu, 23 Mar 2023 17:12:35 -0700 Subject: [PATCH] remove silly unused field --- .../External/Modules/WarpPad/NomaiWarpTransmitterInfo.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/NewHorizons/External/Modules/WarpPad/NomaiWarpTransmitterInfo.cs b/NewHorizons/External/Modules/WarpPad/NomaiWarpTransmitterInfo.cs index 6e704f36..305283af 100644 --- a/NewHorizons/External/Modules/WarpPad/NomaiWarpTransmitterInfo.cs +++ b/NewHorizons/External/Modules/WarpPad/NomaiWarpTransmitterInfo.cs @@ -10,10 +10,5 @@ namespace NewHorizons.External.Modules.WarpPad /// In degrees. Gives a margin of error for alignments. /// [DefaultValue(5f)] public float alignmentWindow = 5f; - - /// - /// Is this transmitter upsidedown? Means alignment will be checked facing the other way. - /// - public bool upsideDown = false; } }