Add an option to disable log writing for detections

This commit is contained in:
José González
2018-02-24 12:38:23 -03:00
committed by Barbz
parent 3ec29b33e6
commit a80d42389a
2 changed files with 29 additions and 11 deletions

View File

@@ -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)