mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
remove civilian rank icons from nametags (#4538)
This commit is contained in:
parent
a1fef405e8
commit
4fb5d230ac
@ -35,3 +35,6 @@ GVAR(showNamesTime) = -10;
|
|||||||
call FUNC(updateSettings);
|
call FUNC(updateSettings);
|
||||||
};
|
};
|
||||||
}] call CBA_fnc_addEventHandler;
|
}] call CBA_fnc_addEventHandler;
|
||||||
|
|
||||||
|
// civilians don't use military ranks
|
||||||
|
["CIV_F", ["","","","","","",""]] call FUNC(setFactionRankIcons);
|
||||||
|
Loading…
Reference in New Issue
Block a user