Skip to content

Commit

Permalink
Merge pull request #3108 from ante185/config_fixes_cleanup0
Browse files Browse the repository at this point in the history
Removed debug scope from a3a rhs t-72
  • Loading branch information
Bob-Murphy authored Jan 25, 2024
2 parents 1bdc1c1 + 8730d26 commit 1d36293
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions A3A/addons/config_fixes/RHS/chdkz_rhs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ class rhsgref_ins_t72bc;

class a3a_rhs_chdkz_72a : rhsgref_ins_t72ba
{

#if __A3_DEBUG__
scope = 2;
#else
scope = 1;
#endif
class EventHandlers
{
fired = "_this call (uinamespace getvariable 'BIS_fnc_effectFired');";
Expand All @@ -22,11 +16,6 @@ class a3a_rhs_chdkz_72a : rhsgref_ins_t72ba
};
class a3a_rhs_chdkz_72b : rhsgref_ins_t72bb
{
#if __A3_DEBUG__
scope = 2;
#else
scope = 1;
#endif
class EventHandlers
{
fired = "_this call (uinamespace getvariable 'BIS_fnc_effectFired');";
Expand All @@ -36,11 +25,6 @@ class a3a_rhs_chdkz_72b : rhsgref_ins_t72bb
};
class a3a_rhs_chdkz_72c : rhsgref_ins_t72bc
{
#if __A3_DEBUG__
scope = 2;
#else
scope = 1;
#endif
hiddenSelectionsTextures[] =
{
"rhsafrf\addons\rhs_t72_camo\data\rhs_t72b_01a_chdkz_co.paa",
Expand Down

0 comments on commit 1d36293

Please sign in to comment.