mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 05:18:40 +00:00
Update eqemu_logsys.cpp
This commit is contained in:
@@ -113,11 +113,6 @@ void EQEmuLogSys::LoadLogSettingsDefaults()
|
||||
*/
|
||||
log_platform = GetExecutablePlatformInt();
|
||||
|
||||
/**
|
||||
* Zero out Array
|
||||
*/
|
||||
memset(log_settings, 0, sizeof(LogSettings) * Logs::LogCategory::MaxCategoryID);
|
||||
|
||||
for (int log_category_id = Logs::AA; log_category_id != Logs::MaxCategoryID; log_category_id++) {
|
||||
log_settings[log_category_id].log_to_console = 0;
|
||||
log_settings[log_category_id].log_to_file = 0;
|
||||
|
||||
Reference in New Issue
Block a user