[Cleanup] Cleanup #kick message. (#2164)

This commit is contained in:
Kinglykrab 2022-05-10 19:52:14 -04:00 committed by GitHub
parent f314e05087
commit df99d97431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -677,11 +677,11 @@ void WorldServer::HandleMessage(uint16 opcode, const EQ::Net::Packet &p)
0,
Chat::White,
fmt::format(
"Remote Kick | {} booted{}",
"Remote Kick | {} booted{}.",
skp->name,
is_zone_loaded ?
fmt::format(
"in {}",
" in {}",
zone->GetZoneDescription()
) :
""