From 331800daef7c8f396d68350f5d08456b08622501 Mon Sep 17 00:00:00 2001 From: kiritow <1362050620@qq.com> Date: Fri, 27 Oct 2017 16:52:11 +0800 Subject: [PATCH] Fix bug --- station_2_6.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/station_2_6.lua b/station_2_6.lua index 716c38a..bb945c8 100644 --- a/station_2_6.lua +++ b/station_2_6.lua @@ -525,7 +525,7 @@ local function TCSMain() elseif (ev == "s5_ready") then -- Train must stay at way5 whether it wants to stop or not. addNormalStationTimer(5) --> s5_timeout elseif (ev == "s6_ready") then - addNormalStationTimer(5) --> s6_timeout + addNormalStationTimer(6) --> s6_timeout elseif (ev == "s1_timeout") then proc1236(1, ev) elseif (ev == "s2_timeout") then