mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
[Logging] Remove loginserver unhandled error (#2458)
This commit is contained in:
@@ -77,11 +77,6 @@ bool Client::Process()
|
||||
Handle_Play((const char *) app->pBuffer);
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
char dump[64];
|
||||
app->build_header_dump(dump);
|
||||
LogError("Received unhandled application packet from the client: [{}]", dump);
|
||||
}
|
||||
}
|
||||
|
||||
delete app;
|
||||
|
||||
Reference in New Issue
Block a user