Skip to content

Commit

Permalink
Merge pull request #1526 from Vdauphin/FIX-db_ViV
Browse files Browse the repository at this point in the history
FIX: Vehicle loaded in vehicle disappear after server save and restart
  • Loading branch information
Vdauphin authored Oct 10, 2023
2 parents 7151b60 + 2982168 commit c06d945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion =BTC=co@30_Hearts_and_Minds.Altis/core/fnc/db/save.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ private _vehiclesInCargo = _vehicles - _vehiclesNotInCargo;
_fakeViV
};
private _index = _vehiclesNotInCargo find _vehicleCargo;
((_array_veh select _index) select 16) pushBack _data;
((_array_veh select _index) select 17) pushBack _data;
};

if (btc_debug_log) then {
Expand Down

0 comments on commit c06d945

Please sign in to comment.