feat(Mobile): Don't set spawn at mors flag when despawning vehicle

This commit is contained in:
Yimura 2022-01-11 19:09:25 +01:00
parent b301cb5647
commit d325f7cfd1

View File

@ -20,7 +20,7 @@ namespace big::mobile
{
misc::clear_bits(
vehicle_global.at(get_current_personal_vehicle(), 142).at(103).as<int*>(),
eVehicleFlags::TRIGGER_SPAWN_TOGGLE | eVehicleFlags::SPAWN_AT_MORS_MUTUAL
eVehicleFlags::TRIGGER_SPAWN_TOGGLE
);
}