Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 4d941e6a authored by Markus QUARITSCH's avatar Markus QUARITSCH
Browse files

Bugfix saving VECTO Job (vehicle): use file version 9 to correctly write/read APTEcoRoll flag

parent d9ad3dee
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment