From 2a0c55099e61f885636b2a9735c7c8b6c2a0b45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Thu, 2 Jul 2020 14:45:38 +0200 Subject: fix typo in luaautomation --- advtrains_luaautomation/atc_rail.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'advtrains_luaautomation') diff --git a/advtrains_luaautomation/atc_rail.lua b/advtrains_luaautomation/atc_rail.lua index 0bb9871..ce9e0fa 100644 --- a/advtrains_luaautomation/atc_rail.lua +++ b/advtrains_luaautomation/atc_rail.lua @@ -74,7 +74,7 @@ function r.fire_event(pos, evtdata) if not train_id then return false end train.autocouple = nil end, - set_autcouple = function () + set_autocouple = function () if not train_id then return false end train.autocouple = true end, -- cgit v1.2.3