From b43a6c974843a4f12d7f3577969aa36d44b322c8 Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Sun, 10 May 2026 01:18:11 -0300 Subject: [PATCH] added undefined uri --- addons/uav/functions/fnc_resolveVideoUri.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/uav/functions/fnc_resolveVideoUri.sqf b/addons/uav/functions/fnc_resolveVideoUri.sqf index e0bb797..a2d7940 100644 --- a/addons/uav/functions/fnc_resolveVideoUri.sqf +++ b/addons/uav/functions/fnc_resolveVideoUri.sqf @@ -2,7 +2,7 @@ params [["_uav", objNull, [objNull]]]; -private _defaultVideoUri = "rtsp://irontak.com:554/fpv"; +private _defaultVideoUri = "rtsp://undefined:554/fpv"; private _activelyControlledUav = if (!isNull player) then {getConnectedUAV player} else {objNull}; private _normalize = {