From bbf78187763f4b8d5f33889471fba0038d2ec70c Mon Sep 17 00:00:00 2001 From: Peace-Maker Date: Thu, 10 Mar 2016 15:17:42 +0100 Subject: [PATCH] Don't force steam authentication by default This prevents relay proxies from connecting currently.. --- extension.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.cpp b/extension.cpp index ea861c3..d80d19b 100644 --- a/extension.cpp +++ b/extension.cpp @@ -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) {