From 282cc1abf3c05eba11e429f0bcbb94823afe3a3f Mon Sep 17 00:00:00 2001 From: julianacat Date: Tue, 15 Aug 2017 15:22:31 -0500 Subject: [PATCH] Finishing changes --- src/hacks/Misc.cpp | 2 +- src/helpers.cpp | 3 ++- tf-settings/menu.json | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/hacks/Misc.cpp b/src/hacks/Misc.cpp index 4555dd47..f2d848f6 100644 --- a/src/hacks/Misc.cpp +++ b/src/hacks/Misc.cpp @@ -144,7 +144,7 @@ static CatCommand test_chat_print("debug_print_chat", "machine broke", [](const CatVar tauntslide_tf2(CV_SWITCH, "tauntslide_tf2", "0", "Tauntslide", "Allows free movement while taunting with movable taunts\nOnly works in tf2"); -CatVar auto_balance_spam(CV_SWITCH, "equest_balance_spam", "0", "Inf Auto Balance Spam", "Use to send a autobalance request to the server that doesnt prevent you from using it again\nCredits to Blackfire"); +CatVar auto_balance_spam(CV_SWITCH, "request_balance_spam", "0", "Inf Auto Balance Spam", "Use to send a autobalance request to the server that doesnt prevent you from using it again\nCredits to Blackfire"); // Use to send a autobalance request to the server that doesnt prevent you from using it again // Allowing infinite use of it. diff --git a/src/helpers.cpp b/src/helpers.cpp index c0238261..70961291 100644 --- a/src/helpers.cpp +++ b/src/helpers.cpp @@ -557,7 +557,8 @@ bool GetProjectileData(CachedEntity* weapon, float& speed, float& gravity) { return (rspeed || rgrav); } -constexpr unsigned developer_list[] = { }; +// All devs were banned, did you expect to see any here? +constexpr unsigned developer_list[] = { 0 }; bool Developer(CachedEntity* ent) { for (int i = 0; i < sizeof(developer_list) / sizeof(unsigned); i++) { diff --git a/tf-settings/menu.json b/tf-settings/menu.json index 94819e27..3da12337 100644 --- a/tf-settings/menu.json +++ b/tf-settings/menu.json @@ -424,6 +424,7 @@ "tauntslide_tf2", "tauntslide", "flashlight", + "request_balance_spam", { "type": "list", "name": "Remove Conditions",