mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-25 19:02:26 +01:00
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")
|
||||
end
|
||||
|
||||
local function add_effects(pos, radius, drops)
|
||||
--[[local function add_effects(pos, radius, drops)
|
||||
minetest.add_particlespawner({
|
||||
amount = 64,
|
||||
time = 0.5,
|
||||
@ -161,7 +161,7 @@ local function add_effects(pos, radius, drops)
|
||||
texture = texture,
|
||||
collisiondetection = true,
|
||||
})
|
||||
end
|
||||
end]]
|
||||
|
||||
function TNT:on_step(dtime)
|
||||
local pos = self.object:get_pos()
|
||||
|
Loading…
Reference in New Issue
Block a user