diff --git a/NewHorizons/External/Configs/StarSystemConfig.cs b/NewHorizons/External/Configs/StarSystemConfig.cs index 1be21be7..6701dd31 100644 --- a/NewHorizons/External/Configs/StarSystemConfig.cs +++ b/NewHorizons/External/Configs/StarSystemConfig.cs @@ -40,11 +40,13 @@ namespace NewHorizons.External.Configs /// public bool mapRestricted; +#pragma warning disable CS0618 /// /// Customize the skybox for this system /// [Obsolete("skybox is deprecated, please use Skybox instead")] public SkyboxConfig skybox; +#pragma warning restore CS0618 /// /// Customize the skybox for this system