mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 02:11:30 +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)) {
|
if (client_state != CLIENT_LINKDEAD && !eqs->CheckState(ESTABLISHED)) {
|
||||||
OnDisconnect(true);
|
OnDisconnect(true);
|
||||||
std::cout << "Client linkdead: " << name << std::endl;
|
Log.Out(Logs::General, Logs::Zone_Server, "Client linkdead: %s", name);
|
||||||
|
|
||||||
if (GetGM()) {
|
if (GetGM()) {
|
||||||
if (GetMerc())
|
if (GetMerc())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user