Math alias bugfix

This commit is contained in:
Lars Mueller 2020-12-20 11:58:35 +01:00
parent 826c7b7aae
commit b57dd2e269

@ -62,7 +62,7 @@ local components = {
func = {},
log = {},
minetest = {},
math = {string = "local"},
math = {number = "local"},
player = {},
table = {},
text = {string = "local"},