Uncommented zvision boolean variable.

This commit is contained in:
richard
2009-04-13 04:37:17 +02:00
parent 1005aeb0d1
commit 72760d9ba8
2 changed files with 4 additions and 4 deletions

View File

@ -152,9 +152,9 @@ public OnConfigsExecuted()
if (FileExists(path))
{
ServerCommand("exec %s", mapconfig);
if (LogFlagCheck(LOG_CORE_EVENTS))
{
LogMessage("Executed map config file: %s", mapconfig);
if (LogFlagCheck(LOG_CORE_EVENTS))
{
LogMessage("Executed map config file: %s", mapconfig);
}
}