Skip to content

Commit

Permalink
Correct compat classnames (#5204)
Browse files Browse the repository at this point in the history
  • Loading branch information
Whigital authored and PabstMirror committed May 27, 2017
1 parent d615cf2 commit 7509c62
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion optionals/compat_rh_acc/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define COMPONENT rh_acc_comp
#define COMPONENT compat_rh_acc
#define COMPONENT_BEAUTIFIED RH Accessories Compatibility

#include "\z\ace\addons\main\script_mod.hpp"
Expand Down
2 changes: 1 addition & 1 deletion optionals/compat_rh_de/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define COMPONENT rh_de_cfg_comp
#define COMPONENT compat_rh_de
#define COMPONENT_BEAUTIFIED RH Desert Eagle Compatibility

#include "\z\ace\addons\main\script_mod.hpp"
Expand Down
2 changes: 1 addition & 1 deletion optionals/compat_rh_m4/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define COMPONENT rh_m4_cfg_comp
#define COMPONENT compat_rh_m4
#define COMPONENT_BEAUTIFIED RH M4 Compatibility

#include "\z\ace\addons\main\script_mod.hpp"
Expand Down
2 changes: 1 addition & 1 deletion optionals/compat_rh_pdw/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define COMPONENT rh_pdw_comp
#define COMPONENT compat_rh_pdw
#define COMPONENT_BEAUTIFIED RH PDW Compatibility

#include "\z\ace\addons\main\script_mod.hpp"
Expand Down
2 changes: 1 addition & 1 deletion optionals/compat_rksl_pm_ii/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define COMPONENT RKSL_PMII_comp
#define COMPONENT compat_rksl_pm_ii
#define COMPONENT_BEAUTIFIED RKSL PMII Compatibility

#include "\z\ace\addons\main\script_mod.hpp"
Expand Down
2 changes: 1 addition & 1 deletion optionals/compat_sma3_iansky/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define COMPONENT sma3_iansky_comp
#define COMPONENT compat_sma3_iansky
#define COMPONENT_BEAUTIFIED Iansky Scope Mod Compatibility

#include "\z\ace\addons\main\script_mod.hpp"
Expand Down

0 comments on commit 7509c62

Please sign in to comment.