Skip to content
Snippets Groups Projects
Commit 2a61e8be authored by Jeija's avatar Jeija
Browse files

Merge branch 'master' of https://github.com/Jeija/minetest-mod-mesecons into next

parents 6cf71309 36bcce57
No related branches found
No related tags found
No related merge requests found
...@@ -241,6 +241,12 @@ local create_environment = function(pos, mem, event) ...@@ -241,6 +241,12 @@ local create_environment = function(pos, mem, event)
tan = math.tan, tan = math.tan,
tanh = math.tanh, tanh = math.tanh,
}, },
table = {
insert = table.insert,
maxn = table.maxn,
remove = table.remove,
sort = table.sort
},
event = event, event = event,
} }
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment