We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28de8d3 commit f2b85d6Copy full SHA for f2b85d6
1 file changed
src/core/sp_main.cpp
@@ -409,9 +409,6 @@ void CSourcePython::Unload( void )
409
DevMsg(1, MSG_PREFIX "Clearing all commands...\n");
410
ClearAllCommands();
411
412
- DevMsg(1, MSG_PREFIX "Unregistering ConVar...\n");
413
- ConVar_Unregister( );
414
-
415
// New in CSGO...
416
#if defined(ENGINE_CSGO) || defined(ENGINE_BLADE)
417
DevMsg(1, MSG_PREFIX "Disconnecting interfaces...\n");
0 commit comments