Poprawiono błędy z przydzielaniem rozkładów do scenerii.

This commit is contained in:
2020-09-12 19:03:10 +02:00
parent 19e82c7029
commit aaccf162d9
4 changed files with 58 additions and 37 deletions
+2
View File
@@ -19,7 +19,9 @@ export default interface Train {
route: string;
followingStops: {
stopName: string;
stopNameRAW: string;
stopType: string;
mainStop: boolean;
arrivalLine?: string;
arrivalTime: number;
arrivalDelay: number;