mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Poprawiono błędy z przydzielaniem rozkładów do scenerii.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user