From 9faa0331cdf1aba526a7d1ba5c8c21b38313c147 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Tue, 11 Feb 2020 14:33:52 +0000
Subject: [PATCH] Update GTFS files location (again)

---
 lib/TramTypes.php |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/lib/TramTypes.php b/lib/TramTypes.php
index 9d3b248..a1cdedb 100644
--- a/lib/TramTypes.php
+++ b/lib/TramTypes.php
@@ -37,18 +37,12 @@
 615	626	RP	NGT6 (2)	2
 627	650	RP	NGT6 (3)	2
 801	824	RY	NGT8	2
+825	859	RY	Stadler Tango	2
 899	899	RY	126N	2
 901	914	RG	2014N	2
 915	936	HG	2014N	2
 999	999	HG	405N	1
 END;
 		parent::__construct($data);
-	}
-	
-	public function getByNumber($id) {
-		if((int)$id == 250) {
-			$id = 410;
-		}
-		return parent::getByNumber($id);
 	}
 }

--
Gitblit v1.9.1