mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-23 16:48:21 +00:00
Formatting [skip ci]
This commit is contained in:
+1
-1
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user