fix this test script

This commit is contained in:
CPunch 2023-08-29 16:51:04 -05:00
parent 27818b3788
commit 1408a07b23

View File

@ -6,7 +6,7 @@ end
// instance of test // instance of test
let obj = test() let obj = test()
test.__index = function(self, key) test.__index = func(self, key)
print("__index called!") print("__index called!")
if (key == "lol") then if (key == "lol") then
return 9001 return 9001