We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0425ad2 commit 1c57763Copy full SHA for 1c57763
Shared/mods/deathmatch/logic/luascripts/exports.lua.h
@@ -12,6 +12,8 @@ namespace EmbeddedLuaCode
12
--]]
13
14
-- Protect some functions from modifications by resources
15
+local type = type
16
+local setmetatable = setmetatable
17
local getResourceRootElement = getResourceRootElement
18
local call = call
19
local getResourceFromName = getResourceFromName
@@ -50,4 +52,4 @@ end
50
52
exports = setmetatable({}, exportsMT)
51
53
54
)~LUA~";
-}
55
+}
0 commit comments