mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 03:13:28 +00:00
test log
This commit is contained in:
@@ -28,6 +28,10 @@ if (!isNull _uav && {_activelyControlledUav isEqualTo _uav}) then {
|
||||
};
|
||||
};
|
||||
|
||||
if (!isNull _uav) exitWith {
|
||||
_defaultVideoUri
|
||||
};
|
||||
|
||||
private _sessionVideoUrl = player getVariable [QEGVAR(client,video_feed_url), ""];
|
||||
private _normalizedSessionVideoUrl = [_sessionVideoUrl] call _normalize;
|
||||
if (_normalizedSessionVideoUrl isNotEqualTo "") exitWith {
|
||||
|
||||
Reference in New Issue
Block a user