Drop db logging, up stale connections

This commit is contained in:
Akkadius
2019-08-10 02:47:08 -05:00
parent 69bad593cd
commit 17c8af3814
6 changed files with 3 additions and 23 deletions
+1 -1
View File
@@ -2590,7 +2590,7 @@ void Client::SetPVP(bool toggle, bool message) {
void Client::Kick(const std::string &reason) {
client_state = CLIENT_KICKED;
database.CreateKickEvent(GetName(), reason);
Log(Logs::General, Logs::Client_Login, "Client [%s] kicked, reason [%s]", GetCleanName(), reason.c_str());
}
void Client::WorldKick() {