mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 05:18:10 +00:00
hotfix speedLimits bug
This commit is contained in:
@@ -7,6 +7,14 @@
|
||||
"2000": 70
|
||||
}
|
||||
},
|
||||
"EU07E": {
|
||||
"passenger": {
|
||||
"650": 125
|
||||
},
|
||||
"cargo": {
|
||||
"2000": 70
|
||||
}
|
||||
},
|
||||
"EP07": {
|
||||
"passenger": {
|
||||
"650": 125
|
||||
@@ -51,3 +59,4 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user