mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-04 22:53:47 +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 = {},
|
func = {},
|
||||||
log = {},
|
log = {},
|
||||||
minetest = {},
|
minetest = {},
|
||||||
math = {string = "local"},
|
math = {number = "local"},
|
||||||
player = {},
|
player = {},
|
||||||
table = {},
|
table = {},
|
||||||
text = {string = "local"},
|
text = {string = "local"},
|
||||||
|
Loading…
Reference in New Issue
Block a user