Fix passenger exit in garage
This commit is contained in:
parent
a89d604db2
commit
b92ce2668a
@ -125,7 +125,7 @@ void game::Game::MovePlayerToWorld(Player& player, EnterableWorld& world, bool w
|
|||||||
float yaw)
|
float yaw)
|
||||||
{
|
{
|
||||||
auto& player_info = GetPlayerInfo(player);
|
auto& player_info = GetPlayerInfo(player);
|
||||||
MovePlayerToWorld(player_info, &world, pos, yaw, true);
|
MovePlayerToWorld(player_info, &world, pos, yaw, with_vehicle);
|
||||||
}
|
}
|
||||||
|
|
||||||
void game::Game::BroadcastChat(const std::string& text)
|
void game::Game::BroadcastChat(const std::string& text)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user