diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/main.cpp b/core/main.cpp index a0ed347..3438d66 100644 --- a/core/main.cpp +++ b/core/main.cpp @@ -30,7 +30,7 @@ int main(int argc, char *argv[]) cout<<"Loaded plugin: "<<(*p)->getName()<<'\n'; (*p)->getFuncs().load(&link); } - CreateServiceFunction("GetPluginInfoList", GetPluginInfoList); +// CreateServiceFunction("GetPluginInfoList", GetPluginInfoList); for(;;) Sleep(1000); return 0; |