Fix 0.4.17.1 set_int error

master
ezhh 2018-07-19 12:35:11 +01:00
parent 83d29be9a1
commit 9ed1567072
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ local function smoke(pos, node, clicker, enable)
minetest.sound_stop(handler)
end
minetest.delete_particlespawner(particle)
meta:set_int("smoke", nil)
meta:set_int("sound", nil)
meta:set_int("smoke", 0)
meta:set_int("sound", 0)
return
end