Fix typo in default

This commit is contained in:
Wuzzy 2017-01-12 22:35:51 +01:00
parent 87b8c3644f
commit 027aaef235
1 changed files with 1 additions and 1 deletions

View File

@ -1434,7 +1434,7 @@ minetest.register_node("default:chest_left", {
sounds = default.node_sound_wood_defaults(),
on_destruct = function(pos)
local n = minetest.get_node(pos)
if n.name == "deault:chest" then
if n.name == "default:chest" then
return
end
local param2 = n.param2