This commit is contained in:
HybridDog 2015-04-07 00:23:58 +00:00
commit 1ef4d0b2c2
2 changed files with 10 additions and 8 deletions

View file

@ -1242,6 +1242,8 @@ minetest.register_node("default:chest_locked", {
"default:chest_locked",
get_locked_chest_formspec(pos)
)
else
minetest.sound_play("default_chest_locked", {pos = pos})
end
end,
})

Binary file not shown.