mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Fix formatting inconsistency
This commit is contained in:
parent
3007a71810
commit
cb8df8998e
@ -83,8 +83,7 @@ ConfigResult Logger::OnSourceModConfigChanged(const char *key,
|
|||||||
}
|
}
|
||||||
|
|
||||||
return ConfigResult_Accept;
|
return ConfigResult_Accept;
|
||||||
}
|
} else if (strcasecmp(key, "LogTimeFormat") == 0) {
|
||||||
else if (strcasecmp(key, "LogTimeFormat") == 0) {
|
|
||||||
if (strcasecmp(value, "default") == 0)
|
if (strcasecmp(value, "default") == 0)
|
||||||
{
|
{
|
||||||
m_isUsingDefaultTimeFormat = true;
|
m_isUsingDefaultTimeFormat = true;
|
||||||
@ -473,3 +472,4 @@ const char* Logger::GetFormattedDate() const
|
|||||||
return date;
|
return date;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user