mirror of
				https://github.com/minetest-mods/mesecons.git
				synced 2025-11-04 04:55:26 +01:00 
			
		
		
		
	fix missing code display when after() is involved
This commit is contained in:
		@@ -426,7 +426,7 @@ function yc_command_after_execute(params)
 | 
			
		||||
		if yc_parsecode(params.code, params.pos) == nil then
 | 
			
		||||
			meta:set_string("infotext", "Code in after() not valid!")
 | 
			
		||||
		else
 | 
			
		||||
			meta:set_string("infotext", "Working Microcontroller")
 | 
			
		||||
			meta:set_string("infotext", "Working Microcontroller\n"..code)
 | 
			
		||||
		end
 | 
			
		||||
	end
 | 
			
		||||
end
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user