Config/BNetServer: Rename yet unused config key to match others.

This commit is contained in:
Gacko
2015-12-19 13:40:05 +01:00
parent eebb47bc93
commit 6969bfc274

View File

@@ -130,12 +130,12 @@ WrongPass.BanTime = 600
WrongPass.BanType = 0
#
# Wrong.Password.Login.Logging
# WrongPass.Logging
# Description: Additionally log attempted wrong password logging
# Default: 0 - (Disabled)
# 1 - (Enabled)
Wrong.Password.Login.Logging = 0
WrongPass.Logging = 0
#
###################################################################################################