From 9bdb4770c9ee0759955f59e0b39a4ff56ebfbb8a Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Mon, 19 May 2025 21:57:32 -0300 Subject: [PATCH] added notify func to cot router function --- addons/server/functions/fnc_3denCoreModuleConfig.sqf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/addons/server/functions/fnc_3denCoreModuleConfig.sqf b/addons/server/functions/fnc_3denCoreModuleConfig.sqf index 9df688f..8849831 100644 --- a/addons/server/functions/fnc_3denCoreModuleConfig.sqf +++ b/addons/server/functions/fnc_3denCoreModuleConfig.sqf @@ -7,8 +7,7 @@ params [ ]; if (isServer) exitWith { - _warning = format ["ARMATAK
%1", "Connecting to TAK Server TCP Socket..."]; - [[_warning, 1.5]] call CBA_fnc_notify; + ["Connecting to TCP Socket", "success", "TCP Socket"] call EFUNC(main,notify); _tak_server_instance_address = _logic getVariable "armatak_module_tak_server_instance_address"; _tak_server_instance_port = _logic getVariable "armatak_module_tak_server_instance_port";