mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 22:01:30 +00:00
Convert 'Dropping client:' to Zone Status
This commit is contained in:
parent
b3eadea473
commit
abc2f9cace
@ -515,7 +515,7 @@ void EntityList::MobProcess()
|
|||||||
#ifdef _WINDOWS
|
#ifdef _WINDOWS
|
||||||
struct in_addr in;
|
struct in_addr in;
|
||||||
in.s_addr = mob->CastToClient()->GetIP();
|
in.s_addr = mob->CastToClient()->GetIP();
|
||||||
std::cout << "Dropping client: Process=false, ip=" << inet_ntoa(in) << ", port=" << mob->CastToClient()->GetPort() << std::endl;
|
Log.Out(Logs::General, Logs::Zone_Server, "Dropping client: Process=false, ip=%s port=%u", inet_ntoa(in), mob->CastToClient()->GetPort());
|
||||||
#endif
|
#endif
|
||||||
zone->StartShutdownTimer();
|
zone->StartShutdownTimer();
|
||||||
Group *g = GetGroupByMob(mob);
|
Group *g = GetGroupByMob(mob);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user