This commit is contained in:
Nick 2022-06-19 17:02:10 -04:00
parent 85892e5041
commit 5cf13d27f1

View File

@ -82,7 +82,7 @@ namespace NewHorizons.Builder.Props
conversationZone.transform.parent = sector?.transform ?? planetGO.transform;
if (string.IsNullOrEmpty(info.pathToAnimController))
if (!string.IsNullOrEmpty(info.pathToAnimController))
{
conversationZone.transform.parent = planetGO.transform.Find(info.pathToAnimController);
}