Skip to content

Commit

Permalink
RHS Compats - Fix sub config's addonRootClass (#10711)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andx667 authored Feb 3, 2025
1 parent 5449e61 commit 5492b89
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class CfgPatches {
class SUBADDON {
addonRootClass = QUOTE(COMPONENT);
addonRootClass = QUOTE(ADDON);
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class CfgPatches {
class SUBADDON {
addonRootClass = QUOTE(COMPONENT);
addonRootClass = QUOTE(ADDON);
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
Expand Down
2 changes: 1 addition & 1 deletion addons/compat_rhs_usf3/compat_rhs_usf3_arsenal/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class CfgPatches {
class SUBADDON {
addonRootClass = QUOTE(COMPONENT);
addonRootClass = QUOTE(ADDON);
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
Expand Down
2 changes: 1 addition & 1 deletion addons/compat_rhs_usf3/compat_rhs_usf3_hearing/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class CfgPatches {
class SUBADDON {
addonRootClass = QUOTE(COMPONENT);
addonRootClass = QUOTE(ADDON);
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
Expand Down

0 comments on commit 5492b89

Please sign in to comment.