Update settings.h and settings.c
This commit is contained in:
parent
66b4abf888
commit
6a640a716c
src
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user