From ba505cd7c02d418774652521f850d0868096550e Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Sat, 23 Jul 2022 17:48:29 -0700 Subject: [PATCH] disable obsolete warning dude --- NewHorizons/External/Configs/StarSystemConfig.cs | 2 ++ 1 file changed, 2 insertions(+) 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