hotfixy pod 2022.2.2

This commit is contained in:
2023-03-01 23:53:49 +01:00
parent d7341ab047
commit 7627085704
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -18,6 +18,8 @@ export default defineComponent({
getStockObject(vehicle: Vehicle, cargo?: ICargo | null, count = 1): IStock {
const isLoco = isLocomotive(vehicle);
console.log(vehicle.type);
return {
id: this.getStockId(),
type: vehicle.type,