Fix some indents

This commit is contained in:
Akkadius 2015-01-20 02:57:31 -06:00
parent 39626159a5
commit ff5e82c50f

View File

@ -110,6 +110,7 @@ void EQEmuLogSys::ProcessGMSay(uint16 log_category, std::string message)
if (log_category == Logs::LogCategory::Netcode) if (log_category == Logs::LogCategory::Netcode)
return; return;
/* Check to see if the process that actually ran this is zone */
if (EQEmuLogSys::log_platform == EQEmuExePlatform::ExePlatformZone){ if (EQEmuLogSys::log_platform == EQEmuExePlatform::ExePlatformZone){
on_log_gmsay_hook(log_category, message); on_log_gmsay_hook(log_category, message);
} }