mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-22 08:42:44 +08:00
feat(Mobile): Don't set spawn at mors flag when despawning vehicle
This commit is contained in:
@ -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
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user