forked from minetest-mods/mesecons
Merge pull request #148 from CiaranG/upper
Add missing string.upper to luacontroller
This commit is contained in:
commit
a59f53d71a
|
@ -252,6 +252,7 @@ local create_environment = function(pos, mem, event)
|
||||||
gsub = string.gsub,
|
gsub = string.gsub,
|
||||||
len = string.len,
|
len = string.len,
|
||||||
lower = string.lower,
|
lower = string.lower,
|
||||||
|
upper = string.upper,
|
||||||
match = string.match,
|
match = string.match,
|
||||||
rep = string.rep,
|
rep = string.rep,
|
||||||
reverse = string.reverse,
|
reverse = string.reverse,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user