did not need this any more
This commit is contained in:
parent
dfc25da57a
commit
df4b1b0aa7
@ -50,9 +50,6 @@ ISDKTools *g_pSDKTools = NULL;
|
|||||||
class IClient;
|
class IClient;
|
||||||
class CBaseServer;
|
class CBaseServer;
|
||||||
|
|
||||||
//just grabbing clients name.
|
|
||||||
extern IVEngineServer *engine;
|
|
||||||
|
|
||||||
typedef enum EAuthProtocol
|
typedef enum EAuthProtocol
|
||||||
{
|
{
|
||||||
k_EAuthProtocolWONCertificate = 1,
|
k_EAuthProtocolWONCertificate = 1,
|
||||||
@ -807,8 +804,6 @@ bool Connect::SDK_OnLoad(char *error, size_t maxlen, bool late)
|
|||||||
bool Connect::SDK_OnMetamodLoad(ISmmAPI *ismm, char *error, size_t maxlen, bool late)
|
bool Connect::SDK_OnMetamodLoad(ISmmAPI *ismm, char *error, size_t maxlen, bool late)
|
||||||
{
|
{
|
||||||
GET_V_IFACE_CURRENT(GetEngineFactory, g_pCVar, ICvar, CVAR_INTERFACE_VERSION);
|
GET_V_IFACE_CURRENT(GetEngineFactory, g_pCVar, ICvar, CVAR_INTERFACE_VERSION);
|
||||||
GET_V_IFACE_CURRENT(GetEngineFactory, engine, IVEngineServer, INTERFACEVERSION_VENGINESERVER);
|
|
||||||
|
|
||||||
ConVar_Register(0, this);
|
ConVar_Register(0, this);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user