mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Rip out Client Log Callbacks from zone
This commit is contained in:
parent
7173fc5db3
commit
d9626e392e
@ -317,12 +317,6 @@ int main(int argc, char** argv) {
|
||||
logger.LogDebugType(EQEmuLogSys::Detail, EQEmuLogSys::Zone_Server, "Loading quests");
|
||||
parse->ReloadQuests();
|
||||
|
||||
|
||||
#ifdef CLIENT_LOGS
|
||||
LogFile->SetAllCallbacks(ClientLogs::EQEmuIO_buf);
|
||||
LogFile->SetAllCallbacks(ClientLogs::EQEmuIO_fmt);
|
||||
LogFile->SetAllCallbacks(ClientLogs::EQEmuIO_pva);
|
||||
#endif
|
||||
if (!worldserver.Connect()) {
|
||||
logger.Log(EQEmuLogSys::Error, "Worldserver Connection Failed :: worldserver.Connect()");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user