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);