Disable shower flowing for everyone

This commit is contained in:
kilbith 2015-04-29 09:18:38 +02:00
parent 07ced77591
commit 9a92d09421
1 changed files with 1 additions and 2 deletions

View File

@ -231,8 +231,7 @@ homedecor.register("shower_head", {
minetest.sound_stop(s_handle)
end, s_handle)
end
local player = clicker:get_player_name()
minetest.delete_particlespawner(id, player)
minetest.delete_particlespawner(id)
this_spawner_meta:set_int("active", nil)
this_spawner_meta:set_int("sound", nil)
return