diff options
Diffstat (limited to 'advtrains_luaautomation/operation_panel.lua')
-rw-r--r-- | advtrains_luaautomation/operation_panel.lua | 2 |
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, |