From e959eac6c541ff696ebfd8d7079489c4d6df2507 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sat, 11 Feb 2023 03:14:43 +0100 Subject: [PATCH] hotfix --- src/scripts/interfaces/Train.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/interfaces/Train.ts b/src/scripts/interfaces/Train.ts index 8c46386..b4e4dfb 100644 --- a/src/scripts/interfaces/Train.ts +++ b/src/scripts/interfaces/Train.ts @@ -12,7 +12,7 @@ export default interface Train { driverId: number; trainNo: number; driverName: string; - driverLevel?: number; + driverLevel: number; currentStationName: string; currentStationHash: string; locoURL: string;