added missing c_ to tnt_burning
This commit is contained in:
parent
e99649cc36
commit
e54c0d5023
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user