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/wagons.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'advtrains/wagons.lua') diff --git a/advtrains/wagons.lua b/advtrains/wagons.lua index c69b5e6..c532d30 100644 --- a/advtrains/wagons.lua +++ b/advtrains/wagons.lua @@ -107,7 +107,7 @@ function wagon:set_id(wid) minetest.after(0.2, function() self:reattach_all() end) if self.custom_on_activate then - self:custom_on_activate(dtime_s) + self:custom_on_activate() end end -- cgit v1.2.3