Minetest 0.5.0 bugfix

master
Joachim Stolberg 2018-07-04 18:59:46 +02:00
parent 93f12ae709
commit caed2456e1
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ local function stop_smoke(pos)
if id ~= 0 then
minetest.delete_particlespawner(id)
end
meta:set_int("smoke", nil)
meta:set_int("smoke", 0)
end
-- replace wood by burning coal