Skip to content

Commit

Permalink
Type Array, expected Object
Browse files Browse the repository at this point in the history
  • Loading branch information
user-hq committed Oct 2, 2024
1 parent d7751e0 commit 8df7e90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ while{true}do{
_resistancePlayers = 0;

for "_i" from 0 to (count _objects -1) do {
_veh = effectiveCommander _objects select _i;
_veh = effectiveCommander (_objects select _i);
if(_veh call gosa_fnc_isPlayer)then{
switch (side _veh) do {
case (west):
Expand Down

0 comments on commit 8df7e90

Please sign in to comment.