1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-03-22 13:19:40 +01:00

Removed debug code

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40126
This commit is contained in:
David Anderson 2005-10-06 22:30:29 +00:00
parent 08b2d3d1c3
commit a169ec7f61

View File

@ -360,8 +360,6 @@ SMM_API void *CreateInterface(const char *name, int *ret)
}
}
SetUnhandledExceptionFilter(NULL);
//if we got here, there's definitely a gamedll.
//META_INTERFACE_MACRO(server, g_GameDll.factory);
return (g_GameDll.factory)(name, ret);