Merge pull request #441 from TotallyNotElite/master

Disable backtrack by default and add UI setting
This commit is contained in:
LightCat 2018-05-17 23:42:39 +02:00 committed by GitHub
commit f7649dbe08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 1 deletions

View File

@ -521,6 +521,13 @@
"antibackstab_silent"
]
},
{
"type": "list",
"name": "Backtrack",
"list": [
"backtrack"
]
},
{
"type": "list",
"name": "Debug Settings",

View File

@ -10,7 +10,7 @@
namespace hacks {
namespace shared {
namespace backtrack {
CatVar enable(CV_SWITCH, "backtrack", "1", "Enable backtrack", "For legit play only as of right now.");
CatVar enable(CV_SWITCH, "backtrack", "0", "Enable backtrack", "For legit play only as of right now.");
BacktrackData headPositions[24][12];
//=======================================================================

View File

@ -718,6 +718,10 @@ static const std::string list_tf2 = R"(
"spyalert_interval"
"spyalert_warning"
]
"Backtrack" [
"Backtrack Menu"
"backtrack"
]
"Anti Cheat" [
"Anti Cheat Menu"
"ac_enabled"