From 90154698dd2ffb8557953f3b57e4b2776153fa2a Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Tue, 18 Apr 2017 12:32:03 +0000 Subject: [PATCH] Tram HK323 is GT8S (not C) --- common.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/common.js b/common.js index 303d150..1d91ce0 100644 --- a/common.js +++ b/common.js @@ -73,9 +73,11 @@ type = 'GT8S'; low = 0; - if(id == 313 || id == 323) { + if(id == 313) { type = 'GT8C' low = 1; + } else if(id == 323) { + low = 1; } } else if(401 <= id && id <= 440) { prefix = 'HL'; -- Gitblit v1.9.1