mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-09 02:42:27 +00:00
Fix some indents
This commit is contained in:
parent
39626159a5
commit
ff5e82c50f
@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user