hotfix speedLimits bug

This commit is contained in:
2023-07-05 00:03:12 +02:00
parent 7c3eb12a31
commit 956f77cab5
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -35,6 +35,8 @@ export default defineComponent({
addVehicle(vehicle: Vehicle | null, cargo?: ICargo | null) {
if (!vehicle) return;
console.log(vehicle);
const stock = this.getStockObject(vehicle, cargo);