mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
[Logs] Fix GMSay Log Regression (#2298)
This commit is contained in:
@@ -460,7 +460,7 @@ void EQEmuLogSys::Out(
|
||||
EQEmuLogSys::ProcessConsoleMessage(log_category, output_debug_message);
|
||||
}
|
||||
if (log_to_gmsay) {
|
||||
m_on_log_gmsay_hook(log_category, message);
|
||||
m_on_log_gmsay_hook(log_category, output_message);
|
||||
}
|
||||
if (log_to_file) {
|
||||
EQEmuLogSys::ProcessLogWrite(log_category, output_debug_message);
|
||||
|
||||
Reference in New Issue
Block a user