add boilerplate debugs (commented out)

This commit is contained in:
Eero af Heurlin 2016-07-26 11:34:40 +03:00
parent ac6dd347d9
commit 94f06593b6

View File

@ -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