Fixes loading, *Command system is broke* Will fix in the coming days.
This commit is contained in:
@@ -240,7 +240,7 @@ namespace Game
|
||||
{
|
||||
if (GetPlayer().m_taxi.RequestEarlyLanding())
|
||||
{
|
||||
flight.LoadPath(GetPlayer(), flight.GetPath()[(int)flight.GetCurrentNode()].NodeIndex);
|
||||
flight.LoadPath(GetPlayer(), (uint)flight.GetPath()[(int)flight.GetCurrentNode()].NodeIndex);
|
||||
flight.Reset(GetPlayer());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user