From 106abe91b92f2304d89ef7f16ab0943129fa6f49 Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <markus.quaritsch@tugraz.at> Date: Mon, 22 Aug 2022 16:47:06 +0200 Subject: [PATCH] Bugfix saving VECTO Job (vehicle): use file version 9 to correctly write/read APTEcoRoll flag --- VectoCore/VectoCore/OutputData/FileIO/JSONFileWriter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VectoCore/VectoCore/OutputData/FileIO/JSONFileWriter.cs b/VectoCore/VectoCore/OutputData/FileIO/JSONFileWriter.cs index 22ef9f1407..3307f1754e 100644 --- a/VectoCore/VectoCore/OutputData/FileIO/JSONFileWriter.cs +++ b/VectoCore/VectoCore/OutputData/FileIO/JSONFileWriter.cs @@ -18,7 +18,7 @@ public class JSONFileWriter : IOutputFileWriter public const int GearboxFormatVersion = 6; - public const int VehicleFormatVersion = 8; + public const int VehicleFormatVersion = 9; //public const int BusVehicleFormatVersion = 9; -- GitLab