Fix passenger exit in garage

This commit is contained in:
tovjemam 2026-03-29 01:18:54 +01:00
parent a89d604db2
commit b92ce2668a

View File

@ -125,7 +125,7 @@ void game::Game::MovePlayerToWorld(Player& player, EnterableWorld& world, bool w
float yaw)
{
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)