diff --git a/Source/Game/Entities/Transport.cs b/Source/Game/Entities/Transport.cs index 9f4897f22..7f2bb77d1 100644 --- a/Source/Game/Entities/Transport.cs +++ b/Source/Game/Entities/Transport.cs @@ -183,8 +183,8 @@ namespace Game.Entities if (timer < _currentFrame.DepartureTime) { + justStopped = IsMoving(); SetMoving(false); - justStopped = true; if (_pendingStop && GetGoState() != GameObjectState.Ready) { SetGoState(GameObjectState.Ready);