Skip to content

Commit

Permalink
Removed icon from legacy modules (#6486)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakant authored and PabstMirror committed Jul 30, 2018
1 parent 6bd8542 commit 7cf483d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/medical/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgVehicles {
class ACE_moduleMedicalSettings: ACE_Module {
scope = 1;
displayName = CSTRING(MedicalSettings_Module_DisplayName);
icon = QPATHTOF(UI\Icon_Module_Medical_ca.paa);
icon = "";
category = "ACE";
function = QFUNC(moduleMedicalSettings);
functionPriority = 1;
Expand Down
2 changes: 1 addition & 1 deletion addons/medical_gui/CfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class CfgVehicles {
class ACE_moduleMedicalMenuSettings: ACE_Module {
scope = 1;
displayName = CSTRING(module_DisplayName);
icon = QPATHTOEF(medical,UI\Icon_Module_Medical_ca.paa);
icon = "";
category = "ACE_medical";
function = QUOTE(DFUNC(module));
functionPriority = 1;
Expand Down

0 comments on commit 7cf483d

Please sign in to comment.