mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 15:17:23 +08:00
fix(MorsMutual): Spawn at mors mutual flag saves it server side
This commit is contained in:
parent
da75346791
commit
8902ba8b8c
@ -75,7 +75,7 @@ namespace big::mobile
|
|||||||
|
|
||||||
const int arr_size = *vehicle_global.as<int*>();
|
const int arr_size = *vehicle_global.as<int*>();
|
||||||
for (int i = 0; i < arr_size; i++)
|
for (int i = 0; i < arr_size; i++)
|
||||||
if (fix_index(i))
|
if (fix_index(i, true))
|
||||||
fixed_count++;
|
fixed_count++;
|
||||||
|
|
||||||
return fixed_count;
|
return fixed_count;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user