mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-04 21:31:28 +02:00
Fix typo in default
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user