More temp logging changes [skip ci]

This commit is contained in:
Akkadius
2019-10-06 03:42:34 -05:00
parent a6dbba5380
commit c131eca57f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ void EQEmuLogSys::ProcessGMSay(uint16 debug_level, uint16 log_category, const st
return;
/* Check to see if the process that actually ran this is zone */
if (EQEmuLogSys::log_platform == EQEmuExePlatform::ExePlatformZone)
if (GetExecutablePlatformInt() == EQEmuExePlatform::ExePlatformZone)
on_log_gmsay_hook(log_category, message);
}