did not need this any more

This commit is contained in:
jenz 2026-07-23 15:00:35 +01:00
parent dfc25da57a
commit df4b1b0aa7

View File

@ -50,9 +50,6 @@ ISDKTools *g_pSDKTools = NULL;
class IClient;
class CBaseServer;
//just grabbing clients name.
extern IVEngineServer *engine;
typedef enum EAuthProtocol
{
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)
{
GET_V_IFACE_CURRENT(GetEngineFactory, g_pCVar, ICvar, CVAR_INTERFACE_VERSION);
GET_V_IFACE_CURRENT(GetEngineFactory, engine, IVEngineServer, INTERFACEVERSION_VENGINESERVER);
ConVar_Register(0, this);
return true;