mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Correct compat classnames (#5204)
This commit is contained in:
parent
d615cf27fc
commit
7509c629ec
@ -1,4 +1,4 @@
|
|||||||
#define COMPONENT rh_acc_comp
|
#define COMPONENT compat_rh_acc
|
||||||
#define COMPONENT_BEAUTIFIED RH Accessories Compatibility
|
#define COMPONENT_BEAUTIFIED RH Accessories Compatibility
|
||||||
|
|
||||||
#include "\z\ace\addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#define COMPONENT rh_de_cfg_comp
|
#define COMPONENT compat_rh_de
|
||||||
#define COMPONENT_BEAUTIFIED RH Desert Eagle Compatibility
|
#define COMPONENT_BEAUTIFIED RH Desert Eagle Compatibility
|
||||||
|
|
||||||
#include "\z\ace\addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#define COMPONENT rh_m4_cfg_comp
|
#define COMPONENT compat_rh_m4
|
||||||
#define COMPONENT_BEAUTIFIED RH M4 Compatibility
|
#define COMPONENT_BEAUTIFIED RH M4 Compatibility
|
||||||
|
|
||||||
#include "\z\ace\addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#define COMPONENT rh_pdw_comp
|
#define COMPONENT compat_rh_pdw
|
||||||
#define COMPONENT_BEAUTIFIED RH PDW Compatibility
|
#define COMPONENT_BEAUTIFIED RH PDW Compatibility
|
||||||
|
|
||||||
#include "\z\ace\addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#define COMPONENT RKSL_PMII_comp
|
#define COMPONENT compat_rksl_pm_ii
|
||||||
#define COMPONENT_BEAUTIFIED RKSL PMII Compatibility
|
#define COMPONENT_BEAUTIFIED RKSL PMII Compatibility
|
||||||
|
|
||||||
#include "\z\ace\addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#define COMPONENT sma3_iansky_comp
|
#define COMPONENT compat_sma3_iansky
|
||||||
#define COMPONENT_BEAUTIFIED Iansky Scope Mod Compatibility
|
#define COMPONENT_BEAUTIFIED Iansky Scope Mod Compatibility
|
||||||
|
|
||||||
#include "\z\ace\addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user