Skip to content

Commit a59f53d

Browse files
committedFeb 16, 2014
Merge pull request #148 from CiaranG/upper
Add missing string.upper to luacontroller
2 parents ee37977 + c240d39 commit a59f53d

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.