mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
[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:
committed by
GitHub
parent
b7c79d4a6a
commit
ae778b99ee
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user