removed debug code
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40203
This commit is contained in:
parent
89c75b1940
commit
bd3effc315
@ -3,25 +3,14 @@
|
||||
#include "sm_version.h"
|
||||
#include "sourcemod.h"
|
||||
|
||||
#include "CTextParsers.h"
|
||||
|
||||
SourceMod_Core g_SourceMod_Core;
|
||||
|
||||
PLUGIN_EXPOSE(SourceMod, g_SourceMod_Core);
|
||||
|
||||
class Parser : public ITextListener_SMC
|
||||
{
|
||||
public:
|
||||
};
|
||||
|
||||
bool SourceMod_Core::Load(PluginId id, ISmmAPI *ismm, char *error, size_t maxlen, bool late)
|
||||
{
|
||||
PLUGIN_SAVEVARS();
|
||||
|
||||
Parser p;
|
||||
|
||||
SMCParseError err = g_TextParse.ParseFile_SMC("c:\\debug.txt", &p, NULL, NULL);
|
||||
|
||||
return g_SourceMod.InitializeSourceMod(error, maxlen, late);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user