mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
feat(Mobile): Don't set spawn at mors flag when despawning vehicle
This commit is contained in:
parent
b301cb5647
commit
d325f7cfd1
@ -20,7 +20,7 @@ namespace big::mobile
|
|||||||
{
|
{
|
||||||
misc::clear_bits(
|
misc::clear_bits(
|
||||||
vehicle_global.at(get_current_personal_vehicle(), 142).at(103).as<int*>(),
|
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
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user