fixed exec'ing from cfg literally
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401027
This commit is contained in:
parent
3c809ae9b0
commit
37622cece6
@ -367,7 +367,7 @@ void SM_ExecuteAllConfigs()
|
||||
return;
|
||||
}
|
||||
|
||||
engine->ServerCommand("exec cfg/sourcemod/sourcemod.cfg\n");
|
||||
engine->ServerCommand("exec sourcemod/sourcemod.cfg\n");
|
||||
|
||||
IPluginIterator *iter = g_PluginSys.GetPluginIterator();
|
||||
while (iter->MorePlugins())
|
||||
|
Loading…
Reference in New Issue
Block a user