WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/core/sp_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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( );

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please replace with:

	// See issue #430.
	// 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");
Expand Down