mirror of
				https://github.com/minetest-mods/mesecons.git
				synced 2025-11-04 12:55:29 +01:00 
			
		
		
		
	Add missing string.upper to luacontroller
This commit is contained in:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user