This commit is contained in:
JohnCorby 2022-11-23 22:44:56 -08:00
parent a6754fbcf8
commit b6f776cc1e

View File

@ -223,7 +223,7 @@ namespace NewHorizons.Builder.Props
if (!detail.keepLoaded) GroupsBuilder.Make(prop, sector);
prop.SetActive(true);
prop.AddComponent<AddPhysics>();
if (detail.hasPhysics) prop.AddComponent<AddPhysics>();
_detailInfoToCorrespondingSpawnedGameObject[detail] = prop;