Optimize things out

This commit is contained in:
Jean-Patrick Guerrero
2021-12-08 16:43:41 +01:00
parent 551a9d517d
commit 10629aeb89
2 changed files with 31 additions and 14 deletions

View File

@ -584,6 +584,7 @@ local function get_detached_inv(name, player_name)
}
end
-- Much faster implementation of `unpack`
local function createunpack(n)
local ret = {"local t = ... return "}