diff options
Diffstat (limited to 'nomsu_compiler.lua')
| -rw-r--r-- | nomsu_compiler.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_compiler.lua b/nomsu_compiler.lua index 89d247a..870be9a 100644 --- a/nomsu_compiler.lua +++ b/nomsu_compiler.lua @@ -184,7 +184,7 @@ do assert = assert, dofile = dofile, loadstring = loadstring, - type = type, + lua_type_of_1 = type, select = select, math = math, io = io, |
