mirror of
				https://github.com/minetest-mods/mesecons.git
				synced 2025-11-04 12:55:29 +01:00 
			
		
		
		
	Merge pull request #168 from ShadowNinja/fix-commandblock-quit
Fix the commandblock's check for quiting the formspec
This commit is contained in:
		@@ -79,7 +79,7 @@ local function after_place(pos, placer)
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
local function receive_fields(pos, formname, fields, sender)
 | 
			
		||||
	if fields.quit then
 | 
			
		||||
	if not fields.submit then
 | 
			
		||||
		return
 | 
			
		||||
	end
 | 
			
		||||
	local meta = minetest.get_meta(pos)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user