[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
+2 -2
View File
@@ -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()
) : ) :
"" ""