mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
[Cleanup] Cleanup #kick message. (#2164)
This commit is contained in:
parent
f314e05087
commit
df99d97431
@ -677,11 +677,11 @@ void WorldServer::HandleMessage(uint16 opcode, const EQ::Net::Packet &p)
|
|||||||
0,
|
0,
|
||||||
Chat::White,
|
Chat::White,
|
||||||
fmt::format(
|
fmt::format(
|
||||||
"Remote Kick | {} booted{}",
|
"Remote Kick | {} booted{}.",
|
||||||
skp->name,
|
skp->name,
|
||||||
is_zone_loaded ?
|
is_zone_loaded ?
|
||||||
fmt::format(
|
fmt::format(
|
||||||
"in {}",
|
" in {}",
|
||||||
zone->GetZoneDescription()
|
zone->GetZoneDescription()
|
||||||
) :
|
) :
|
||||||
""
|
""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user