Removed unnecessary debug checks.

This commit is contained in:
MobiusDev
2019-02-08 05:17:11 +00:00
parent c07feccffa
commit 9f55271f12
166 changed files with 40 additions and 3125 deletions

View File

@@ -116,17 +116,10 @@ ForceGGAuth = False
# IMPORTANT: Put True for server security.
EnableFloodProtection = True
# Enable mode "debugging"
# With debug you will see more log on console and more messages in game.
Debug = False
# Switched on "development"
Developer = False
# =============================================================
# Anti Bruteforce protection. (credits RT-Interlude)
# =============================================================
#Count of trying connection to server, after which will be made checking IP addres
#Count of trying connection to server, after which will be made checking IP address
#for a possible BrutForce
#Reducing this value will increase the likelihood of false positives
#Increasing this value will reduce the effectiveness of security (more chance find passwords for large accounts)