forked from VoxeLibre/VoxeLibre
comment unused local function
This commit is contained in:
parent
84a800f22b
commit
1b3763654e
|
@ -114,7 +114,7 @@ function TNT:on_activate(staticdata)
|
||||||
self.object:set_texture_mod("^mcl_tnt_blink.png")
|
self.object:set_texture_mod("^mcl_tnt_blink.png")
|
||||||
end
|
end
|
||||||
|
|
||||||
local function add_effects(pos, radius, drops)
|
--[[local function add_effects(pos, radius, drops)
|
||||||
minetest.add_particlespawner({
|
minetest.add_particlespawner({
|
||||||
amount = 64,
|
amount = 64,
|
||||||
time = 0.5,
|
time = 0.5,
|
||||||
|
@ -161,7 +161,7 @@ local function add_effects(pos, radius, drops)
|
||||||
texture = texture,
|
texture = texture,
|
||||||
collisiondetection = true,
|
collisiondetection = true,
|
||||||
})
|
})
|
||||||
end
|
end]]
|
||||||
|
|
||||||
function TNT:on_step(dtime)
|
function TNT:on_step(dtime)
|
||||||
local pos = self.object:get_pos()
|
local pos = self.object:get_pos()
|
||||||
|
|
Loading…
Reference in New Issue