Skip to content

Commit

Permalink
General - Add missing pretty names to components (#10211)
Browse files Browse the repository at this point in the history
Add missing pretty names to components
  • Loading branch information
johnb432 authored Aug 16, 2024
1 parent 6572422 commit 0164b62
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions addons/fortify/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

class CfgPatches {
class ADDON {
name = COMPONENT_NAME;
units[] = {QXGVAR(setupModule), QXGVAR(buildLocationModule)};
weapons[] = {"ACE_Fortify"};
requiredVersion = REQUIRED_VERSION;
Expand Down
1 change: 1 addition & 0 deletions addons/quickmount/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

class CfgPatches {
class ADDON {
name = COMPONENT_NAME;
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
Expand Down
1 change: 1 addition & 0 deletions addons/realisticweights/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

class CfgPatches {
class ADDON {
name = COMPONENT_NAME;
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
Expand Down
1 change: 1 addition & 0 deletions addons/realisticweights/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define COMPONENT realisticweights
#define COMPONENT_BEAUTIFIED Realistic Weights
#include "\z\ace\addons\main\script_mod.hpp"

// #define DEBUG_MODE_FULL
Expand Down

0 comments on commit 0164b62

Please sign in to comment.