mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-06 00:27:31 +01:00
Remove redundant check
This commit is contained in:
parent
abf1a7531f
commit
a0ab127c2a
@ -482,7 +482,7 @@ function mcl_mobs.register_arrow(name, def)
|
||||
end
|
||||
|
||||
-- does arrow have a tail (fireball)
|
||||
if def.tail and def.tail == 1 and def.tail_texture then
|
||||
if def.tail == 1 and def.tail_texture then
|
||||
minetest.add_particle({
|
||||
pos = pos,
|
||||
velocity = {x = 0, y = 0, z = 0},
|
||||
|
Loading…
Reference in New Issue
Block a user