forked from VoxeLibre/VoxeLibre
One more indentation fix, sorry for the extra commit
This commit is contained in:
parent
89f2c06af2
commit
811f8ac516
|
@ -115,7 +115,7 @@ end
|
||||||
local function composter_ready(pos)
|
local function composter_ready(pos)
|
||||||
swap_node(pos, {name = "mcl_composters:composter_ready"})
|
swap_node(pos, {name = "mcl_composters:composter_ready"})
|
||||||
-- maybe spawn particles again?
|
-- maybe spawn particles again?
|
||||||
minetest.sound_play({name="default_dig_snappy", pos=above, gain=1}, true)
|
minetest.sound_play({name="default_dig_snappy", pos=above, gain=1}, true)
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue