We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839e6ef commit 29d4b0fCopy full SHA for 29d4b0f
Gui/ViewModels/DatTypes/VehicleViewModel.cs
@@ -78,7 +78,7 @@ public VehicleViewModel(VehicleObject veh)
78
Animation = new(veh.Animation);
79
AnimationHeaders = new(veh.AnimationHeaders);
80
var_113 = veh.var_113;
81
- DesignedYear = veh.ObsoleteYear;
+ DesignedYear = veh.DesignedYear;
82
ObsoleteYear = veh.ObsoleteYear;
83
RackRailType = veh.RackRailType;
84
SoundType = veh.SoundType;
0 commit comments