From c682f0d79c40a31154e543da295e9a844cc6c02c Mon Sep 17 00:00:00 2001 From: Milan2018 Date: Thu, 30 Jul 2020 11:27:17 +0200 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9Exdecor/src/workbench.lu?= =?UTF-8?q?a=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xdecor/src/workbench.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xdecor/src/workbench.lua b/xdecor/src/workbench.lua index ad69361..f3846b3 100644 --- a/xdecor/src/workbench.lua +++ b/xdecor/src/workbench.lua @@ -242,6 +242,7 @@ xdecor.register("workbench", { for _, d in pairs(workbench.defs) do for i=1, #nodes do + pcall(function() local node = nodes[i] local def = registered_nodes[node] @@ -286,6 +287,7 @@ for i=1, #nodes do on_place = minetest.rotate_node }) end + end) end end