fix(MorsMutual): Spawn at mors mutual flag saves it server side

This commit is contained in:
Yimura 2022-02-01 22:04:56 +01:00
parent da75346791
commit 8902ba8b8c

View File

@ -75,7 +75,7 @@ namespace big::mobile
const int arr_size = *vehicle_global.as<int*>();
for (int i = 0; i < arr_size; i++)
if (fix_index(i))
if (fix_index(i, true))
fixed_count++;
return fixed_count;