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 711560de1d
commit 69577b3189
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

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;