From 3d69ae225d9fb4807c964abce7284a6cc8bf5d06 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Tue, 24 Apr 2018 16:59:35 +0200 Subject: [PATCH] DB: tram mode should be `train` :bug: --- p/db/products.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p/db/products.js b/p/db/products.js index fa683e2b..3381f401 100644 --- a/p/db/products.js +++ b/p/db/products.js @@ -68,7 +68,7 @@ module.exports = [ }, { id: 'tram', - mode: 'tram', + mode: 'train', bitmasks: [256], name: 'Tram', short: 'T',