diff --git a/NewHorizons/Handlers/PlanetDestructionHandler.cs b/NewHorizons/Handlers/PlanetDestructionHandler.cs index 7253c828..b9b77493 100644 --- a/NewHorizons/Handlers/PlanetDestructionHandler.cs +++ b/NewHorizons/Handlers/PlanetDestructionHandler.cs @@ -71,6 +71,9 @@ namespace NewHorizons.Handlers { StrangerRemoved(); } + + // Put it back after banishing it else there are weird graphical bugs + SearchUtilities.Find("Sun_Body").gameObject.transform.position = CenterOfTheUniverse.s_instance.transform.position; } }, 2); // Have to wait or shit goes wild @@ -122,9 +125,6 @@ namespace NewHorizons.Handlers // Just to be safe SunLightEffectsController.Instance.Update(); - - // Put it back after banishing it else there are weird graphical bugs - sun.gameObject.transform.position = CenterOfTheUniverse.s_instance.transform.position; } private static void TimberHearthRemoved()