fixed a bug in the admin plugin
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40404
This commit is contained in:
parent
aea1073d13
commit
9b88f80d0e
@ -30,7 +30,7 @@ new bool:g_LoggedFileName = false; /* Whether or not the file name has been lo
|
||||
|
||||
public OnPluginStart()
|
||||
{
|
||||
g_hLevelParser = SMC_CreateParse();
|
||||
g_hLevelParser = SMC_CreateParser();
|
||||
SMC_SetReaders(g_hLevelParser,
|
||||
ReadLevels_NewSection,
|
||||
ReadLevels_KeyValue,
|
||||
|
Loading…
Reference in New Issue
Block a user