forked from mtcontrib/homedecor_modpack
		
	Disable shower flowing for everyone
This commit is contained in:
		@@ -231,8 +231,7 @@ homedecor.register("shower_head", {
 | 
				
			|||||||
					minetest.sound_stop(s_handle)
 | 
										minetest.sound_stop(s_handle)
 | 
				
			||||||
				end, s_handle)
 | 
									end, s_handle)
 | 
				
			||||||
			end
 | 
								end
 | 
				
			||||||
			local player = clicker:get_player_name()
 | 
								minetest.delete_particlespawner(id)
 | 
				
			||||||
			minetest.delete_particlespawner(id, player)
 | 
					 | 
				
			||||||
			this_spawner_meta:set_int("active", nil)
 | 
								this_spawner_meta:set_int("active", nil)
 | 
				
			||||||
			this_spawner_meta:set_int("sound", nil)
 | 
								this_spawner_meta:set_int("sound", nil)
 | 
				
			||||||
			return
 | 
								return
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user