mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
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(),
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user