This commit is contained in:
Sabine Lim
2023-05-16 01:54:12 +10:00
committed by GitHub
parent 325f1c1fb0
commit 015666ad14

View File

@@ -386,7 +386,7 @@ return function(name, basalt)
for objectName, _ in pairs(basalt.getObjects()) do
container["add" .. objectName] = function(self, id)
return addObject(self, basalt.createObject(objectName, id, basalt))
return addObject(self, basalt:createObject(objectName, id))
end
end