Remove collisionbox from the smoke

This commit is contained in:
PilzAdam 2012-08-29 17:28:00 +02:00
parent 80d67725bf
commit 457389f755

View File

@ -226,6 +226,7 @@ minetest.register_entity("tnt:smoke", {
physical = true,
visual = "sprite",
textures = {"tnt_smoke.png"},
collisionbox = {0,0,0,0,0,0},
timer = 0,
time = 5,