Convert 'Client linkdead' to Zone Status

This commit is contained in:
Akkadius 2015-01-19 02:59:02 -06:00
parent 1c47e6b90d
commit b3eadea473

View File

@ -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())