mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 07:13:45 +01:00
Math alias bugfix
This commit is contained in:
parent
826c7b7aae
commit
b57dd2e269
2
init.lua
2
init.lua
@ -62,7 +62,7 @@ local components = {
|
||||
func = {},
|
||||
log = {},
|
||||
minetest = {},
|
||||
math = {string = "local"},
|
||||
math = {number = "local"},
|
||||
player = {},
|
||||
table = {},
|
||||
text = {string = "local"},
|
||||
|
Loading…
Reference in New Issue
Block a user