Skip to content

Commit

Permalink
Fix trailer car restore
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarBLG committed Jul 5, 2023
1 parent 9668051 commit 98f1c45
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -128,6 +128,7 @@ public override void Copy(MSTSWagon copy)
/// </summary>
public override void Save(BinaryWriter outf)
{
base.Save(outf);
ControllerFactory.Save(GearBoxController, outf);
outf.Write(ControlGearIndication);
outf.Write(ControlGearIndex);
Expand Down

0 comments on commit 98f1c45

Please sign in to comment.