mirror of
https://github.com/rambo/arma3_missions.git
synced 2024-08-30 16:52:13 +00:00
fixing typos
This commit is contained in:
parent
dd9557416d
commit
fb9068625e
@ -11,7 +11,7 @@ scopeName "main";
|
|||||||
_returnValue = _veh;
|
_returnValue = _veh;
|
||||||
breakTo "main";
|
breakTo "main";
|
||||||
}
|
}
|
||||||
} forEach BIS_fnc_listPlayers;
|
} forEach (call BIS_fnc_listPlayers);
|
||||||
|
|
||||||
diag_log format["playerVehicleInList returning: %1", _returnValue];
|
diag_log format["playerVehicleInList returning: %1", _returnValue];
|
||||||
_returnValue
|
_returnValue
|
Loading…
Reference in New Issue
Block a user