Formatting [skip ci]

This commit is contained in:
Akkadius 2019-09-08 03:38:08 -05:00
parent edf93f20e5
commit 51995ca7f2

View File

@ -2590,7 +2590,7 @@ void Client::SetPVP(bool toggle, bool message) {
void Client::Kick(const std::string &reason) {
client_state = CLIENT_KICKED;
LogClientLogin("Client [[{}]] kicked, reason [[{}]]", GetCleanName(), reason.c_str());
LogClientLogin("Client [{}] kicked, reason [{}]", GetCleanName(), reason.c_str());
}
void Client::WorldKick() {