Removed all assignTeam occurrences

This commit is contained in:
BaerMitUmlaut
2015-10-30 16:50:13 +01:00
parent a432687552
commit 8f473b4a27
4 changed files with 1 additions and 50 deletions

View File

@ -18,11 +18,7 @@
params ["_unit", "_team"];
// make sure correct team is set on JIP
_unit setVariable [QGVAR(assignedFireTeam), _team, true];
// join fire team on every machine in that group
["assignTeam", units group _unit, [_unit, _team]] call EFUNC(common,targetEvent);
["CBA_teamColorChanged", [_unit, _team]] call CBA_fnc_globalEvent;
// display message
if (_unit == ACE_player) then {