diff --git a/extensions/cstrike/rulesfix.cpp b/extensions/cstrike/rulesfix.cpp index 42635e7a..e63394fa 100644 --- a/extensions/cstrike/rulesfix.cpp +++ b/extensions/cstrike/rulesfix.cpp @@ -77,22 +77,6 @@ bool SetMTUMax(int iValue) void RulesFix::OnLoad() { - ILibrary *pLibrary = libsys->OpenLibrary( -#if defined ( PLATFORM_WINDOWS ) - "steam_api.dll" -#elif defined( PLATFORM_LINUX ) - "libsteam_api.so" -#elif defined( PLATFORM_APPLE ) - "libsteam_api.dylib" -#else -#error Unsupported platform -#endif - , nullptr, 0); - if (pLibrary != nullptr) - { - pLibrary->CloseLibrary(); - } - host_rules_show = g_pCVar->FindVar("host_rules_show"); if (host_rules_show) { diff --git a/extensions/cstrike/smsdk_config.h b/extensions/cstrike/smsdk_config.h index 617a2c53..3105fb77 100644 --- a/extensions/cstrike/smsdk_config.h +++ b/extensions/cstrike/smsdk_config.h @@ -68,9 +68,7 @@ #define SMEXT_ENABLE_GAMEHELPERS #define SMEXT_ENABLE_TIMERSYS //#define SMEXT_ENABLE_THREADER -#if SOURCE_ENGINE == SE_CSGO -#define SMEXT_ENABLE_LIBSYS -#endif +//#define SMEXT_ENABLE_LIBSYS #define SMEXT_ENABLE_USERMSGS #define SMEXT_ENABLE_PLUGINSYS