aboutsummaryrefslogtreecommitdiff
path: root/advtrains_luaautomation/operation_panel.lua
diff options
context:
space:
mode:
authororwell96 <orwell@bleipb.de>2019-11-06 21:20:26 +0100
committerorwell96 <orwell@bleipb.de>2019-11-06 21:20:26 +0100
commita4efdc196c337ae2e5b4fa29c0eeda31a9489586 (patch)
treee870abce6d0cf080835157442b58c09714323849 /advtrains_luaautomation/operation_panel.lua
parent74f7233d216da5a37a36fd54be4d8d6a4a278c8b (diff)
downloadadvtrains-a4efdc196c337ae2e5b4fa29c0eeda31a9489586.tar.gz
advtrains-a4efdc196c337ae2e5b4fa29c0eeda31a9489586.tar.bz2
advtrains-a4efdc196c337ae2e5b4fa29c0eeda31a9489586.zip
atlatc: fix operation panel not in ndb, add warning when node is not found on queue run
Diffstat (limited to 'advtrains_luaautomation/operation_panel.lua')
-rw-r--r--advtrains_luaautomation/operation_panel.lua2
1 files changed, 1 insertions, 1 deletions
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,