From 165f94d1cd89b1c6000c7a1c22406d62dbbfa174 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Fri, 14 Feb 2025 21:19:50 -0800 Subject: [PATCH] i made an oopsie --- NewHorizons/Handlers/PlanetCreationHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/Handlers/PlanetCreationHandler.cs b/NewHorizons/Handlers/PlanetCreationHandler.cs index eab46ce2..25b75383 100644 --- a/NewHorizons/Handlers/PlanetCreationHandler.cs +++ b/NewHorizons/Handlers/PlanetCreationHandler.cs @@ -169,7 +169,7 @@ namespace NewHorizons.Handlers // I don't remember doing this why is it exceptions what am I doing GameObject existingPlanet = null; - if (false && body.Config.checkForExisting) + if (body.Config.checkForExisting) // TODO: remove this when we cache name->fullpath in Find { try {