mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-17 15:10:23 +02:00
merge server with github
This commit is contained in:
@ -9,7 +9,7 @@ minetest.register_node("mesecons_random:removestone", {
|
||||
mesecons = {effector = {
|
||||
action_on = function (pos, node)
|
||||
minetest.remove_node(pos)
|
||||
mesecon:update_autoconnect(pos)
|
||||
mesecon.update_autoconnect(pos)
|
||||
end
|
||||
}}
|
||||
})
|
||||
|
Reference in New Issue
Block a user