Don't force steam authentication by default
This prevents relay proxies from connecting currently..
This commit is contained in:
parent
7c4048690b
commit
bbf7818776
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user