From ba5f5ee7b8a000ea511ad438ef8dc36382f8c1a3 Mon Sep 17 00:00:00 2001 From: xen-42 Date: Thu, 11 Jul 2024 19:08:20 -0400 Subject: [PATCH] Fix part of how stupid prop placer is --- NewHorizons/Utility/DebugTools/DebugPropPlacer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/NewHorizons/Utility/DebugTools/DebugPropPlacer.cs b/NewHorizons/Utility/DebugTools/DebugPropPlacer.cs index 4a107eaf..088d3ec5 100644 --- a/NewHorizons/Utility/DebugTools/DebugPropPlacer.cs +++ b/NewHorizons/Utility/DebugTools/DebugPropPlacer.cs @@ -156,6 +156,7 @@ namespace NewHorizons.Utility.DebugTools { position = data.pos, rotation = data.rot.eulerAngles, + keepLoaded = true }; var prop = DetailBuilder.Make(planetGO, sector, null, prefab, detailInfo);