Update settings.h and settings.c

This commit is contained in:
Wizzard 2025-04-04 18:50:09 -04:00
parent 66b4abf888
commit 6a640a716c
2 changed files with 0 additions and 2 deletions

@ -33,7 +33,6 @@ typedef struct {
bool aimbot_norecoil;
bool aimbot_recoil_comp;
bool aimbot_friendly_fire;
bool aimbot_rage_mode;
bool aimbot_team_attack;
int aimbot_hitbox;

@ -150,7 +150,6 @@ void settings_reset(void) {
g_settings.aimbot_norecoil = false;
g_settings.aimbot_recoil_comp = false;
g_settings.aimbot_friendly_fire = false;
g_settings.aimbot_rage_mode = false;
g_settings.aimbot_team_attack = false;
g_settings.aimbot_require_key = false;