From ad1be6181b09f3b2172c19b7bbfc41fdfbacb8bc Mon Sep 17 00:00:00 2001 From: Qwreey Date: Thu, 23 Feb 2023 21:35:27 +0900 Subject: [PATCH] fix: bugfix --- src/class.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/class.lua b/src/class.lua index 861d3b6..2db3f0c 100644 --- a/src/class.lua +++ b/src/class.lua @@ -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