mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
Convert 'Client linkdead' to Zone Status
This commit is contained in:
parent
1c47e6b90d
commit
b3eadea473
@ -670,7 +670,7 @@ bool Client::Process() {
|
||||
|
||||
if (client_state != CLIENT_LINKDEAD && !eqs->CheckState(ESTABLISHED)) {
|
||||
OnDisconnect(true);
|
||||
std::cout << "Client linkdead: " << name << std::endl;
|
||||
Log.Out(Logs::General, Logs::Zone_Server, "Client linkdead: %s", name);
|
||||
|
||||
if (GetGM()) {
|
||||
if (GetMerc())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user