[Logs] Fix GMSay Log Regression (#2298)

This commit is contained in:
Chris Miles 2022-07-14 02:11:18 -05:00 committed by GitHub
parent 849f4e18a5
commit dda1712bb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);