mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
RHS Compats - Remove nametags related functions being called if nametags isn't loaded (#10177)
Don't call nametags related functions if nametags isn't loaded
This commit is contained in:
parent
d7c98ea366
commit
e181cffc83
@ -1,5 +1,7 @@
|
|||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
|
|
||||||
|
if !(["ace_nametags"] call EFUNC(common,isModLoaded)) exitWith {};
|
||||||
|
|
||||||
private _russianRankIcons = [
|
private _russianRankIcons = [
|
||||||
QPATHTOEF(nametags,UI\icons_russia\private_gs.paa),
|
QPATHTOEF(nametags,UI\icons_russia\private_gs.paa),
|
||||||
QPATHTOEF(nametags,UI\icons_russia\corporal_gs.paa),
|
QPATHTOEF(nametags,UI\icons_russia\corporal_gs.paa),
|
||||||
|
Loading…
Reference in New Issue
Block a user