fixed comma on init function

This commit is contained in:
Valmo Trindade
2024-08-04 18:17:10 -03:00
parent 0b51661fb1
commit 0bca8dc58f

View File

@@ -40,7 +40,7 @@ if (_activated) exitWith {
player call armatak_fnc_putGeoObject;
};
}, 2, []] call CBA_fnc_addPerFrameHandler;
}
};
private _warning = format ["<t color='#FF8021'>ARMATAK</t><br/> %1", "Connected!"];
[[_warning, 1.5]] call CBA_fnc_notify;