mirror of
				https://github.com/mt-mods/pipeworks.git
				synced 2025-11-04 13:55:29 +01:00 
			
		
		
		
	Fix toggling of autocrafter when digilines is not installed (#5)
				
					
				
			Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com>
This commit is contained in:
		@@ -277,8 +277,7 @@ minetest.register_node("pipeworks:autocrafter", {
 | 
			
		||||
		update_meta(meta, false)
 | 
			
		||||
	end,
 | 
			
		||||
	on_receive_fields = function(pos, formname, fields, sender)
 | 
			
		||||
		if not fields.channel or (fields.quit and not fields.key_enter_field)
 | 
			
		||||
				or not pipeworks.may_configure(pos, sender) then
 | 
			
		||||
		if (fields.quit and not fields.key_enter_field) or not pipeworks.may_configure(pos, sender) then
 | 
			
		||||
			return
 | 
			
		||||
		end
 | 
			
		||||
		local meta = minetest.get_meta(pos)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user