mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +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) {
|
||||
if (!vehicle) return;
|
||||
console.log(vehicle);
|
||||
|
||||
|
||||
const stock = this.getStockObject(vehicle, cargo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user