Update AstroObjectBuilder.cs

This commit is contained in:
Nick 2022-07-09 14:36:49 -04:00
parent d7c3c914af
commit ec9fe20c7c

View File

@ -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,