One more indentation fix, sorry for the extra commit

This commit is contained in:
SmokeyDope 2023-03-16 01:56:43 +00:00 committed by Gitea
parent 89f2c06af2
commit 811f8ac516
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ end
local function composter_ready(pos)
swap_node(pos, {name = "mcl_composters:composter_ready"})
-- 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
end