Skip to content

Commit

Permalink
Add missing string.upper to luacontroller
Browse files Browse the repository at this point in the history
  • Loading branch information
CiaranG committed Feb 16, 2014
1 parent ee37977 commit c240d39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mesecons_luacontroller/init.lua
Expand Up @@ -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,
Expand Down

0 comments on commit c240d39

Please sign in to comment.