From cd38b17eabb8cdc37bd7e11a89fd0fd049910ffc Mon Sep 17 00:00:00 2001 From: orwell96 Date: Wed, 17 Oct 2018 17:52:22 +0200 Subject: Address H#60, H#17, M#18 and M#7 duplicate "message" to "msg" make operation panel "cracky" remove inexistent dtime_s parameter add bones:bones to the list of not_blocking_trains nodes --- 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 eb7201c..d0dd567 100644 --- a/advtrains_luaautomation/operation_panel.lua +++ b/advtrains_luaautomation/operation_panel.lua @@ -9,7 +9,7 @@ minetest.register_node("advtrains_luaautomation:oppanel", { tiles={"atlatc_oppanel.png"}, description = "LuaAutomation operation panel", groups = { - choppy = 1, + cracky = 1, save_in_nodedb=1, }, after_place_node = atlatc.active.after_place_node, -- cgit v1.2.3