fix: bugfix

This commit is contained in:
Qwreey 2023-02-23 21:35:27 +09:00
parent 41bd6ef158
commit ad1be6181b

View file

@ -231,7 +231,7 @@ function module.init(shared)
if prop then
for i,v in pairs(prop) do
if type(i) == "number" then
insert(childs[i],(iprop == 1) and v or v:Clone())
insert(childs,(iprop == 1) and v or v:Clone())
elseif bind(i) then
binds[i] = v
elseif PcallGetProperty(v,"__type") == "quad_linker" then