General - Add missing pretty names to components (#10211)

Add missing pretty names to components
This commit is contained in:
johnb432 2024-08-16 21:44:37 +02:00 committed by GitHub
parent 6572422ec7
commit 0164b6259f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@
class CfgPatches {
class ADDON {
name = COMPONENT_NAME;
units[] = {QXGVAR(setupModule), QXGVAR(buildLocationModule)};
weapons[] = {"ACE_Fortify"};
requiredVersion = REQUIRED_VERSION;

View File

@ -2,6 +2,7 @@
class CfgPatches {
class ADDON {
name = COMPONENT_NAME;
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;

View File

@ -2,6 +2,7 @@
class CfgPatches {
class ADDON {
name = COMPONENT_NAME;
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;

View File

@ -1,4 +1,5 @@
#define COMPONENT realisticweights
#define COMPONENT_BEAUTIFIED Realistic Weights
#include "\z\ace\addons\main\script_mod.hpp"
// #define DEBUG_MODE_FULL