mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
hotfix speedLimits bug
This commit is contained in:
@@ -7,6 +7,14 @@
|
|||||||
"2000": 70
|
"2000": 70
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"EU07E": {
|
||||||
|
"passenger": {
|
||||||
|
"650": 125
|
||||||
|
},
|
||||||
|
"cargo": {
|
||||||
|
"2000": 70
|
||||||
|
}
|
||||||
|
},
|
||||||
"EP07": {
|
"EP07": {
|
||||||
"passenger": {
|
"passenger": {
|
||||||
"650": 125
|
"650": 125
|
||||||
@@ -51,3 +59,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -35,6 +35,8 @@ export default defineComponent({
|
|||||||
|
|
||||||
addVehicle(vehicle: Vehicle | null, cargo?: ICargo | null) {
|
addVehicle(vehicle: Vehicle | null, cargo?: ICargo | null) {
|
||||||
if (!vehicle) return;
|
if (!vehicle) return;
|
||||||
|
console.log(vehicle);
|
||||||
|
|
||||||
|
|
||||||
const stock = this.getStockObject(vehicle, cargo);
|
const stock = this.getStockObject(vehicle, cargo);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user