Fix typo in default
This commit is contained in:
parent
87b8c3644f
commit
027aaef235
|
@ -1434,7 +1434,7 @@ minetest.register_node("default:chest_left", {
|
||||||
sounds = default.node_sound_wood_defaults(),
|
sounds = default.node_sound_wood_defaults(),
|
||||||
on_destruct = function(pos)
|
on_destruct = function(pos)
|
||||||
local n = minetest.get_node(pos)
|
local n = minetest.get_node(pos)
|
||||||
if n.name == "deault:chest" then
|
if n.name == "default:chest" then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
local param2 = n.param2
|
local param2 = n.param2
|
||||||
|
|
Loading…
Reference in New Issue