fix(Core): fix ip bans (#6519)

This commit is contained in:
Axel Cocat
2021-06-28 18:02:19 +02:00
committed by GitHub
parent 091b072be1
commit f1727b79d2
3 changed files with 43 additions and 23 deletions

View File

@@ -39,7 +39,7 @@ struct AccountInfo
std::string LastIP;
uint32 FailedLogins = 0;
bool IsBanned = false;
bool IsPermanenetlyBanned = false;
bool IsPermanentlyBanned = false;
AccountTypes SecurityLevel = SEC_PLAYER;
};