mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-04 12:08:12 +00:00
hotfix speedLimits bug cd
This commit is contained in:
@@ -35,8 +35,6 @@ 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