mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 15:23:48 +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
|
-- Localize globals
|
||||||
local 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, table, table.insert, table.concat
|
= math, math.floor, minetest, modlib.table.reverse, os, string.char, setmetatable, table.insert, table.concat
|
||||||
|
|
||||||
local inf = math.huge
|
local inf = math.huge
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user