mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 07:13:45 +01:00
Localize setmetatable
(forgot to commit when implementing log)
This commit is contained in:
parent
dc4443cbd4
commit
eef3ea9c57
4
math.lua
4
math.lua
@ -1,6 +1,6 @@
|
||||
-- Localize globals
|
||||
local math, math_floor, minetest, modlib_table_reverse, os, string_char, table, table_insert, table_concat
|
||||
= math, math.floor, minetest, modlib.table.reverse, os, string.char, table, table.insert, table.concat
|
||||
local math, math_floor, minetest, modlib_table_reverse, os, string_char, setmetatable, table_insert, table_concat
|
||||
= math, math.floor, minetest, modlib.table.reverse, os, string.char, setmetatable, table.insert, table.concat
|
||||
|
||||
local inf = math.huge
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user