chore (conf): Correct default value for alert freq

This commit is contained in:
acidmanifesto
2022-05-03 09:58:47 -04:00
committed by GitHub
parent e59524bff6
commit 5ac280e35b

View File

@@ -43,9 +43,9 @@ Anticheat.ReportinChat.Max = 80
# Anticheat.AlertFrequency # Anticheat.AlertFrequency
# Description: Once Ingame warngings and report in chat min is met, this will throttle to alert the gms every other count # Description: Once Ingame warngings and report in chat min is met, this will throttle to alert the gms every other count
# Default: So with 5 being the default, u will get a message alert for every 5 violations. # Default: So with 5 being the default, u will get a message alert for every 5 violations.
# Anticheat.AlertFrequency = 5 # Anticheat.AlertFrequency = 1
Anticheat.AlertFrequency = 5 Anticheat.AlertFrequency = 1
# Anticheat.LoginMessage # Anticheat.LoginMessage
# Description: Enable login message "This server is running an Anticheat module." # Description: Enable login message "This server is running an Anticheat module."