mirror of
https://github.com/rambo/arma3_missions.git
synced 2024-08-30 16:52:13 +00:00
add boilerplate debugs (commented out)
This commit is contained in:
parent
ac6dd347d9
commit
94f06593b6
@ -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
|
Loading…
Reference in New Issue
Block a user