Add missing string.upper to luacontroller

This commit is contained in:
Ciaran Gultnieks 2014-02-16 13:28:07 +00:00
parent ee3797746f
commit c240d399fb
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,