Don't force steam authentication by default

This prevents relay proxies from connecting currently..
This commit is contained in:
Peace-Maker 2016-03-10 15:17:42 +01:00
parent 7c4048690b
commit bbf7818776

View File

@ -69,7 +69,7 @@ SMEXT_LINK(&g_STVManager);
extern const sp_nativeinfo_t sourcetv_natives[];
ConVar tv_force_steamauth("tv_force_steamauth", "1", FCVAR_NONE, "Validate SourceTV clients with Steam.");
ConVar tv_force_steamauth("tv_force_steamauth", "0", FCVAR_NONE, "Validate SourceTV clients with Steam.");
bool SourceTVManager::SDK_OnLoad(char *error, size_t maxlength, bool late)
{