mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-30 13:47:57 +00:00
Convert _log from TASKS category
This commit is contained in:
+1
-1
@@ -294,7 +294,7 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
|
||||
if(RuleB(TaskSystem, EnableTaskSystem)) {
|
||||
_log(ZONE__INIT, "Loading Tasks");
|
||||
logger.LogDebugType(EQEmuLogSys::General, EQEmuLogSys::Tasks, "[INIT] Loading Tasks");
|
||||
taskmanager = new TaskManager;
|
||||
taskmanager->LoadTasks();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user