mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-25 22:46:26 +00:00
Add an option to disable log writing for detections
This commit is contained in:
@@ -37,6 +37,13 @@ Anticheat.MaxReportsForDailyReport = 70
|
||||
|
||||
Anticheat.LoginMessage = 0
|
||||
|
||||
# Anticheat.WriteLog
|
||||
# Description: Enable writing to log when a player is detected using hacks
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled)
|
||||
|
||||
Anticheat.WriteLog = 0
|
||||
|
||||
# Anticheat.Detect
|
||||
# Description: It represents which detections are enabled (ClimbHack disabled by default).
|
||||
# Default: 1 - (Enabled)
|
||||
|
||||
Reference in New Issue
Block a user