diff --git a/NewHorizons/External/Configs/StarSystemConfig.cs b/NewHorizons/External/Configs/StarSystemConfig.cs index 86cc9c2b..5d5cdc75 100644 --- a/NewHorizons/External/Configs/StarSystemConfig.cs +++ b/NewHorizons/External/Configs/StarSystemConfig.cs @@ -14,11 +14,6 @@ namespace NewHorizons.External.Configs /// public bool canEnterViaWarpDrive = true; - /// - /// [DEPRECATED] Not implemented - /// - public NomaiCoordinates coords; - /// /// Do you want a clean slate for this star system? Or will it be a modified version of the original. /// diff --git a/NewHorizons/External/Modules/PropModule.cs b/NewHorizons/External/Modules/PropModule.cs index 2faf6324..eef55e22 100644 --- a/NewHorizons/External/Modules/PropModule.cs +++ b/NewHorizons/External/Modules/PropModule.cs @@ -5,6 +5,7 @@ using System.ComponentModel.DataAnnotations; using System.Runtime.Serialization; using Newtonsoft.Json; using Newtonsoft.Json.Converters; +using System; namespace NewHorizons.External.Modules { @@ -191,10 +192,7 @@ namespace NewHorizons.External.Modules [EnumMember(Value = @"hurricane")] Hurricane = 2 } - /// - /// [DEPRECATED] Should this tornado shoot you down instead of up? - /// - public bool downwards; + [Obsolete("Downwards is deprecated. Use Type instead.")] public bool downwards; /// /// Alternative to setting the position. Will choose a random place at this elevation.