From a4efdc196c337ae2e5b4fa29c0eeda31a9489586 Mon Sep 17 00:00:00 2001 From: orwell96 Date: Wed, 6 Nov 2019 21:20:26 +0100 Subject: atlatc: fix operation panel not in ndb, add warning when node is not found on queue run --- advtrains_luaautomation/operation_panel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'advtrains_luaautomation/operation_panel.lua') diff --git a/advtrains_luaautomation/operation_panel.lua b/advtrains_luaautomation/operation_panel.lua index d0dd567..f8b93b5 100644 --- a/advtrains_luaautomation/operation_panel.lua +++ b/advtrains_luaautomation/operation_panel.lua @@ -10,7 +10,7 @@ minetest.register_node("advtrains_luaautomation:oppanel", { description = "LuaAutomation operation panel", groups = { cracky = 1, - save_in_nodedb=1, + save_in_at_nodedb=1, }, after_place_node = atlatc.active.after_place_node, after_dig_node = atlatc.active.after_dig_node, -- cgit v1.2.3