Fix critical typo in fire mod

This commit is contained in:
Wuzzy 2020-04-01 01:47:21 +02:00
parent 2a383e942e
commit bb9a2a5fbf
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ function fire.on_flame_add_at(pos)
end
function fire.on_flame_remove_at(pos)
minetets.log("info", "flame removed at "..minetest.pos_to_string(pos))
minetest.log("info", "flame removed at "..minetest.pos_to_string(pos))
fire.update_sounds_around(pos)
end