nether dust: remove obsolete line

This commit is contained in:
cora 2021-09-25 03:07:14 +02:00
parent d079493056
commit 4281165c6c
1 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,7 @@ local psdef= {
collision_removal = false,
object_collision = false,
vertical = false,
glow = math.random(0,minetest.LIGHT_MAX),
texture = "mcl_particles_nether_dust"..math.random(1,3)..".png"
glow = math.random(0,minetest.LIGHT_MAX)
}
local function check_player(player)