removed activated requirement on core module

This commit is contained in:
Valmo Trindade
2025-01-04 02:07:57 -03:00
parent 1f5ab8257b
commit d55e898127

View File

@@ -4,7 +4,7 @@ params [
["_activated", true, [true]] ["_activated", true, [true]]
]; ];
if (isServer && _activated) exitWith { if (isServer) exitWith {
_warning = format ["<t color='#FF8021'>ARMATAK</t><br/> %1", "Connecting to API Provider..."]; _warning = format ["<t color='#FF8021'>ARMATAK</t><br/> %1", "Connecting to API Provider..."];
[[_warning, 1.5]] call CBA_fnc_notify; [[_warning, 1.5]] call CBA_fnc_notify;