Fix personal vehicles getting godmode removed when you leave them. (#1907)
This commit is contained in:
parent
39fdd5a566
commit
fa0f2b4071
@ -107,12 +107,8 @@ namespace big
|
||||
if (g_local_player)
|
||||
{
|
||||
const auto personal_vehicle = get_personal_vehicle();
|
||||
if (personal_vehicle)
|
||||
{
|
||||
apply_godmode_to_vehicle(personal_vehicle, true);
|
||||
}
|
||||
|
||||
apply_godmode_to_vehicle(g_local_player->m_vehicle);
|
||||
apply_godmode_to_vehicle(personal_vehicle, true);
|
||||
apply_godmode_to_vehicle(g_local_player->m_vehicle, personal_vehicle == g_local_player->m_vehicle);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user