From ec9fe20c7c879ad7ff87543f5adf04bdac262903 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 9 Jul 2022 14:36:49 -0400 Subject: [PATCH] Update AstroObjectBuilder.cs --- NewHorizons/Builder/General/AstroObjectBuilder.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/NewHorizons/Builder/General/AstroObjectBuilder.cs b/NewHorizons/Builder/General/AstroObjectBuilder.cs index 2c3b0764..543a3e4d 100644 --- a/NewHorizons/Builder/General/AstroObjectBuilder.cs +++ b/NewHorizons/Builder/General/AstroObjectBuilder.cs @@ -50,7 +50,6 @@ namespace NewHorizons.Builder.General if (config.Base.centerOfSolarSystem) { Logger.Log($"Setting center of universe to {config.name}"); - // By the time it runs we'll be able to get the OWRB with the method Main.Instance.ModHelper.Events.Unity.RunWhen( () => Locator._centerOfTheUniverse != null,