Skip to content

Commit

Permalink
Anticheat: Delete merge error goodness
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed May 7, 2023
1 parent 46a0597 commit e3ca34f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/game/Anticheat/module/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ void AnticheatConfig::loadConfigSettings()
setConfig(CONFIG_UINT32_AC_WARDEN_MINIMUM_LEVEL, "Warden.MinimumLevel", 25);
setConfig(CONFIG_UINT32_AC_WARDEN_MINIMUM_ADVANCED_LEVEL, "Warden.MinimumAdvancedLevel", 18);
setConfig(CONFIG_UINT32_AC_WARDEN_SUSPICIOUS_ENDSCENE_HOOK_ACTION, "Warden.SuspiciousEndSceneHookAction", 1);
setConfig(CONFIG_UINT32_AC_MOVEMENT_CHEAT_BAD_FALL_RESET_THRESHOLD, "Warden.SuspiciousEndSceneHookAction", 1);
setConfig(CONFIG_UINT32_AC_MOVEMENT_CHEAT_BAD_FALL_RESET_PENALTY, "Warden.SuspiciousEndSceneHookAction", 1);
setConfig(CONFIG_BOOL_AC_MOVEMENT_CHEAT_BAD_FALL_RESET_ENABLED, "Movement.BadFallReset.Enable", true);
setConfig(CONFIG_UINT32_AC_MOVEMENT_CHEAT_BAD_FALL_RESET_THRESHOLD, "Movement.BadFallReset.Threshold", 1);
setConfig(CONFIG_UINT32_AC_MOVEMENT_CHEAT_BAD_FALL_RESET_PENALTY, "Movement.BadFallReset.Penalty", CHEAT_ACTION_INFO_LOG | CHEAT_ACTION_PROMPT_LOG | CHEAT_ACTION_KICK);
Expand Down

0 comments on commit e3ca34f

Please sign in to comment.