Skip to content

Commit

Permalink
Fix missing default behaviour of starting engine when vehicle is driv…
Browse files Browse the repository at this point in the history
…eable
  • Loading branch information
thers committed Jun 24, 2017
1 parent a18a952 commit 17866fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FRFuel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ public void ControlEngine(Vehicle vehicle)
else
{
vehicle.IsDriveable = true;
// FIXME: No neat default behaviour in 1103 :c
vehicle.IsEngineRunning = true;
}
}
}
Expand Down

0 comments on commit 17866fe

Please sign in to comment.