Skip to content

Commit

Permalink
Revert "Transfer debug settings from framework > h60 (#463)"
Browse files Browse the repository at this point in the history
This reverts commit b1c1ca5.
  • Loading branch information
BroBeansCPG authored Dec 7, 2024
1 parent b1c1ca5 commit 4e46e72
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions addons/main/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,3 @@ ADDON = false;
#include "XEH_PREP.hpp"

ADDON = true;

["vtx_uh60m_enabled_jvmf","CHECKBOX",["Enable JVMF", "Uncheck to disable this component for debug reasons"],["UH-60M", "Debug"],[true],nil,{}] call CBA_Settings_fnc_init;
["vtx_uh60m_enabled_fms","CHECKBOX",["Enable FMS", "Uncheck to disable this component for debug reasons"],["UH-60M", "Debug"],[true],nil,{}] call CBA_Settings_fnc_init;
["vtx_uh60m_enabled_mfd","CHECKBOX",["Enable MFD", "Uncheck to disable this component for debug reasons"],["UH-60M", "Debug"],[true],nil,{}] call CBA_Settings_fnc_init;
["vtx_uh60m_enabled_fd","CHECKBOX",["Enable FD", "Uncheck to disable this component for debug reasons"],["UH-60M", "Debug"],[true],nil,{}] call CBA_Settings_fnc_init;
["vtx_uh60m_enabled_cas","CHECKBOX",["Enable CAS", "Uncheck to disable this component for debug reasons"],["UH-60M", "Debug"],[true],nil,{}] call CBA_Settings_fnc_init;
["vtx_uh60m_enabled_aar","CHECKBOX",["Enable AAR", "Uncheck to disable this component for debug reasons"],["UH-60M", "Debug"],[true],nil,{}] call CBA_Settings_fnc_init;
["vtx_uh60m_enabled_flir","CHECKBOX",["Enable FLIR", "Uncheck to disable this component for debug reasons"],["UH-60M", "Debug"],[true],nil,{}] call CBA_Settings_fnc_init;
["vtx_uh60m_enabled_engine","CHECKBOX",["Enable ENGINE", "Uncheck to disable this component for debug reasons"],["UH-60M", "Debug"],[true],nil,{}] call CBA_Settings_fnc_init;

0 comments on commit 4e46e72

Please sign in to comment.