mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 11:28:25 +00:00
Add log aliases to make logging much easier to use (All FMT driven)
This commit is contained in:
@@ -559,7 +559,7 @@ bool Client::Process() {
|
||||
|
||||
if (client_state != CLIENT_LINKDEAD && !eqs->CheckState(ESTABLISHED)) {
|
||||
OnDisconnect(true);
|
||||
Log(Logs::General, Logs::Zone_Server, "Client linkdead: %s", name);
|
||||
Log(Logs::General, Logs::ZoneServer, "Client linkdead: %s", name);
|
||||
|
||||
if (Admin() > 100) {
|
||||
if (GetMerc()) {
|
||||
|
||||
Reference in New Issue
Block a user