added missing c_ to tnt_burning

This commit is contained in:
tenplus1 2023-08-14 07:52:52 +01:00
parent e99649cc36
commit e54c0d5023

View File

@ -723,7 +723,7 @@ local function tnt_explode(pos, radius, ignore_protection, ignore_on_blast)
if minetest.registered_nodes["tnt:tnt"] then
c_tnt = minetest.get_content_id("tnt:tnt")
else
c_tnt = tnt_burning
c_tnt = c_tnt_burning
end
for z = pos.z - 2, pos.z + 2 do