mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix nametag error when rank is empty string
This commit is contained in:
parent
559d111e66
commit
218d333738
@ -36,7 +36,7 @@ _fnc_parameters = {
|
||||
_icon = format [QUOTE(PATHTOF(UI\soundwave%1.paa)), floor random 10];
|
||||
_size = 1;
|
||||
} else {
|
||||
if (_drawRank) then {
|
||||
if (_drawRank && {rank _target != ""}) then {
|
||||
_icon = format["\A3\Ui_f\data\GUI\Cfg\Ranks\%1_gs.paa", toLower rank _target];
|
||||
_size = 1;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user