mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 14:13:29 +00:00
removed activated requirement on core module
This commit is contained in:
@@ -4,7 +4,7 @@ params [
|
||||
["_activated", true, [true]]
|
||||
];
|
||||
|
||||
if (isServer && _activated) exitWith {
|
||||
if (isServer) exitWith {
|
||||
_warning = format ["<t color='#FF8021'>ARMATAK</t><br/> %1", "Connecting to API Provider..."];
|
||||
[[_warning, 1.5]] call CBA_fnc_notify;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user