File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ switch (_position) do {
152152 };
153153
154154 case " codriver" : {
155- private _positions = [typeOf _vehicle ] call FUNC(getVehicleCodriver);
155+ private _positions = [_vehicle ] call FUNC(getVehicleCodriver);
156156
157157 {
158158 if (alive _x ) then {_positions deleteAt (_positions find (_vehicle getCargoIndex _x ))};
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ switch (_position) do {
147147 };
148148
149149 case " codriver" : {
150- private _positions = [typeOf _vehicle ] call FUNC(getVehicleCodriver);
150+ private _positions = [_vehicle ] call FUNC(getVehicleCodriver);
151151
152152 {
153153 if (alive _x ) then {_positions deleteAt (_positions find (_vehicle getCargoIndex _x ))};
You can’t perform that action at this time.
0 commit comments