Skip to content

Commit c240d39

Browse files
committedFeb 16, 2014
Add missing string.upper to luacontroller
1 parent ee37977 commit c240d39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎mesecons_luacontroller/init.lua

+1
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ local create_environment = function(pos, mem, event)
252252
gsub = string.gsub,
253253
len = string.len,
254254
lower = string.lower,
255+
upper = string.upper,
255256
match = string.match,
256257
rep = string.rep,
257258
reverse = string.reverse,

0 commit comments

Comments
 (0)
Please sign in to comment.