mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge branch 'master' into apex
This commit is contained in:
commit
a497690bbd
@ -37,7 +37,7 @@ _fnc_parameters = {
|
||||
_size = 1;
|
||||
} else {
|
||||
if (_drawRank && {rank _target != ""}) then {
|
||||
_icon = GVAR(factionRanks) getVariable faction _target;
|
||||
_icon = GVAR(factionRanks) getVariable (_target getVariable [QGVAR(faction), faction _target]);
|
||||
if (!isNil "_icon") then {
|
||||
_icon = _icon param [ALL_RANKS find rank _target, ""];
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user