i made an oopsie

This commit is contained in:
JohnCorby 2025-02-14 21:19:50 -08:00
parent 0fa7cfe2c5
commit 165f94d1cd

View File

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