Merge pull request #148 from CiaranG/upper

Add missing string.upper to luacontroller
master
Jeija 2014-02-16 14:33:35 +01:00
commit a59f53d71a
1 changed files with 1 additions and 0 deletions

View File

@ -252,6 +252,7 @@ local create_environment = function(pos, mem, event)
gsub = string.gsub,
len = string.len,
lower = string.lower,
upper = string.upper,
match = string.match,
rep = string.rep,
reverse = string.reverse,