Disable SteamAuthstringValidation config option by default (bug 5791, r=psychonic).

This commit is contained in:
Asher Baker
2013-08-01 14:33:06 +01:00
parent 96ee6dbf8a
commit b32f8a4803
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ PlayerManager::PlayerManager()
m_SourceTVUserId = -1;
m_ReplayUserId = -1;
m_bAuthstringValidation = true; // use steam auth by default
m_bAuthstringValidation = false; // don't use steam auth by default... yet
m_UserIdLookUp = new int[USHRT_MAX+1];
memset(m_UserIdLookUp, 0, sizeof(int) * (USHRT_MAX+1));