diff --git a/src/core/sp_main.cpp b/src/core/sp_main.cpp index 6f1be1dcb..fe301e9e8 100755 --- a/src/core/sp_main.cpp +++ b/src/core/sp_main.cpp @@ -409,9 +409,6 @@ void CSourcePython::Unload( void ) DevMsg(1, MSG_PREFIX "Clearing all commands...\n"); ClearAllCommands(); - DevMsg(1, MSG_PREFIX "Unregistering ConVar...\n"); - ConVar_Unregister( ); - // New in CSGO... #if defined(ENGINE_CSGO) || defined(ENGINE_BLADE) DevMsg(1, MSG_PREFIX "Disconnecting interfaces...\n");