actually use group builder (#400)

i removed its usage by accident when reverting the goofy DetailFixer
hack xen did LOL!!!!
This commit is contained in:
Will Corby 2022-09-18 21:01:49 -07:00 committed by GitHub
commit 75a7ef7616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
using NewHorizons.Builder.General;
using NewHorizons.External.Configs;
using NewHorizons.External.Modules;
using NewHorizons.Handlers;
@ -100,6 +101,7 @@ namespace NewHorizons.Builder.Props
prop.transform.localScale = detail.stretch ?? (detail.scale != 0 ? Vector3.one * detail.scale : prefab.transform.localScale);
if (!detail.keepLoaded) GroupsBuilder.Make(prop, sector);
prop.SetActive(true);
if (prop == null) return null;