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/active_common.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'advtrains_luaautomation/active_common.lua') diff --git a/advtrains_luaautomation/active_common.lua b/advtrains_luaautomation/active_common.lua index d4cc0da..27255a3 100644 --- a/advtrains_luaautomation/active_common.lua +++ b/advtrains_luaautomation/active_common.lua @@ -115,7 +115,7 @@ function ac.run_in_env(pos, evtdata, customfct_p) customfct.interrupt=function(t, imesg) assertt(t, "number") assert(t >= 0) - atlatc.interrupt.add(t, pos, {type="int", int=true, message=imesg}) + atlatc.interrupt.add(t, pos, {type="int", int=true, message=imesg, msg=imesg}) --Compatiblity "message" field. end -- add digiline_send function, if digiline is loaded if minetest.global_exists("digiline") then -- cgit v1.2.3