diff --git a/helotraining_mp.Altis/getAlivePlayers.sqf b/helotraining_mp.Altis/getAlivePlayers.sqf index d2ec69f..0b58ed7 100644 --- a/helotraining_mp.Altis/getAlivePlayers.sqf +++ b/helotraining_mp.Altis/getAlivePlayers.sqf @@ -1,3 +1,4 @@ +//diag_log format["getAlivePlayers called, _this: %1", _this]; private _returnValue = []; private _justPlayers = (call BIS_fnc_listPlayers) - entities "HeadlessClient_F"; @@ -8,4 +9,5 @@ private _justPlayers = (call BIS_fnc_listPlayers) - entities "HeadlessClient_F"; }; } forEach _justPlayers; +//diag_log format["getAlivePlayers returning: %1", _returnValue]; _returnValue \ No newline at end of file