From 5209c06d8fac5e2650c40180b5973ec4eae35a97 Mon Sep 17 00:00:00 2001 From: kiritow <1362050620@qq.com> Date: Mon, 30 Oct 2017 19:46:46 +0800 Subject: [PATCH] Fix small error But it seems that we are facing more errors now. --- 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 bb945c8..cee3138 100644 --- a/station_2_6.lua +++ b/station_2_6.lua @@ -315,7 +315,7 @@ local function proc1236(n, ev) local done = false if (isSideLineFree()) then -- Side line must be free(or we can't move at all) if (timecnt[n] >= timecnt[1] and timecnt[n] >= timecnt[2] and timecnt[n] >= timecnt[3] and timecnt[n] >= timecnt[6]) then - if (revflag[1]) then -- Way n need reverse + if (revflag[n]) then -- Way n need reverse if (isfree[4]) then -- Way n --> Way 4 isfree[4] = false revflag[4] = false