From 94f06593b674babd936a0d99b3e983402fbb20e7 Mon Sep 17 00:00:00 2001 From: Eero af Heurlin Date: Tue, 26 Jul 2016 11:34:40 +0300 Subject: [PATCH] add boilerplate debugs (commented out) --- helotraining_mp.Altis/getAlivePlayers.sqf | 2 ++ 1 file changed, 2 insertions(+) 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