chore: updated stock speed limit calculation

This commit is contained in:
2025-04-25 15:15:45 +02:00
parent f952a7c491
commit 5a09543a22
3 changed files with 26 additions and 6 deletions
+2
View File
@@ -229,6 +229,8 @@ export interface VehiclesGroup {
id: number;
name: string;
speed: number;
speedLoaded?: number;
speedLoco?: number;
length: number;
weight: number;
cargoTypes: VehicleCargo[] | null;