mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 12:31:31 +00:00
Formatting [skip ci]
This commit is contained in:
parent
edf93f20e5
commit
51995ca7f2
@ -2590,7 +2590,7 @@ void Client::SetPVP(bool toggle, bool message) {
|
|||||||
void Client::Kick(const std::string &reason) {
|
void Client::Kick(const std::string &reason) {
|
||||||
client_state = CLIENT_KICKED;
|
client_state = CLIENT_KICKED;
|
||||||
|
|
||||||
LogClientLogin("Client [[{}]] kicked, reason [[{}]]", GetCleanName(), reason.c_str());
|
LogClientLogin("Client [{}] kicked, reason [{}]", GetCleanName(), reason.c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
void Client::WorldKick() {
|
void Client::WorldKick() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user