This commit is contained in:
2026-05-07 04:13:20 -03:00
parent eaf38a4d06
commit 3fc54a1fb5
3 changed files with 14 additions and 2 deletions

View File

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