From cb0ba8d4bb60cba8085bf9df7149bc4da4603afa Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sat, 10 Jul 2021 07:28:33 +0000
Subject: [PATCH] Remove RF312 -> RF316 remapping

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

diff --git a/lib/TramTypes.php b/lib/TramTypes.php
index e91b9f2..e1cb718 100644
--- a/lib/TramTypes.php
+++ b/lib/TramTypes.php
@@ -50,9 +50,6 @@
 	}
 	
 	public function getByNumber($id) {
-		if($id == 312) {
-			$id = 316;
-		}
 		return parent::getByNumber($id);
 	}
 }

--
Gitblit v1.9.1