From d42185e5951b91daed028e222063e1b136364295 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 2 Oct 2022 17:23:53 -0400 Subject: [PATCH] Remove buildPriority (unused) --- NewHorizons/External/Configs/PlanetConfig.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/NewHorizons/External/Configs/PlanetConfig.cs b/NewHorizons/External/Configs/PlanetConfig.cs index 55c59231..af007f48 100644 --- a/NewHorizons/External/Configs/PlanetConfig.cs +++ b/NewHorizons/External/Configs/PlanetConfig.cs @@ -47,11 +47,6 @@ namespace NewHorizons.External.Configs /// public BrambleModule Bramble; - /// - /// Set to a higher number if you wish for this body to be built sooner - /// - [DefaultValue(-1)] public int buildPriority = -1; - /// /// Should this planet ever be shown on the title screen? ///