1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Interaction - Use assignTeam instead of deprecated CBA event ()

This commit is contained in:
jonpas 2023-08-16 14:15:44 +02:00 committed by GitHub
parent 8c5ab18350
commit 43cded706c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@
params ["_unit", "_team", ["_displayHint", false, [false]]];
["CBA_teamColorChanged", [_unit, _team]] call CBA_fnc_globalEvent;
_unit assignTeam _team;
// display message
if (_unit == ACE_player) then {