We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a50d0 commit 392689eCopy full SHA for 392689e
builtin/deprecated.lua
@@ -38,7 +38,7 @@ setmetatable(minetest.env, {
38
local func = minetest[key]
39
if type(func) == "function" then
40
rawset(table, key, function(self, ...)
41
- return func(unpack({...}))
+ return func(...)
42
end)
43
else
44
rawset(table, key, nil)
0 commit comments