mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
icon path fix
This commit is contained in:
parent
425be3a6c2
commit
2074e200d5
@ -7,7 +7,7 @@ class CfgVehicles {
|
|||||||
function = FUNC(module);
|
function = FUNC(module);
|
||||||
scope = 2;
|
scope = 2;
|
||||||
isGlobal = 1;
|
isGlobal = 1;
|
||||||
icon = PATHTOF(UI\Icon_Module_Respawn_ca.paa);
|
icon = QUOTE(PATHTOF(UI\IconSwitchUnits_ca.paa));
|
||||||
class Arguments {
|
class Arguments {
|
||||||
class SavePreDeathGear {
|
class SavePreDeathGear {
|
||||||
displayName = "Save Gear?";
|
displayName = "Save Gear?";
|
||||||
@ -49,7 +49,7 @@ class CfgVehicles {
|
|||||||
function = FUNC(moduleRallypoint);
|
function = FUNC(moduleRallypoint);
|
||||||
scope = 2;
|
scope = 2;
|
||||||
isGlobal = 1;
|
isGlobal = 1;
|
||||||
icon = PATHTOF(UI\Icon_Module_Rallypoint_ca.paa);
|
icon = QUOTE(PATHTOF(UI\IconSwitchUnits_ca.paa));
|
||||||
class Arguments {
|
class Arguments {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user