[MIRROR] Fix multiple pref issues (#11373)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: C.L. <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-10 07:24:35 -07:00
committed by GitHub
parent b7c79d4a6a
commit ae778b99ee
15 changed files with 106 additions and 53 deletions

View File

@@ -88,7 +88,7 @@
lst.Insert(1, result)
if(result in componentsubtypes)
datumname = "component"
target._AddComponent(lst, add_source)
target._AddComponent(lst, add_source, TRUE)
else
datumname = "element"
target._AddElement(lst)