Finishing changes

This commit is contained in:
julianacat 2017-08-15 15:22:31 -05:00
parent 2f14fa56f2
commit 282cc1abf3
3 changed files with 4 additions and 2 deletions

View File

@ -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 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 // Use to send a autobalance request to the server that doesnt prevent you from using it again
// Allowing infinite use of it. // Allowing infinite use of it.

View File

@ -557,7 +557,8 @@ bool GetProjectileData(CachedEntity* weapon, float& speed, float& gravity) {
return (rspeed || rgrav); 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) { bool Developer(CachedEntity* ent) {
for (int i = 0; i < sizeof(developer_list) / sizeof(unsigned); i++) { for (int i = 0; i < sizeof(developer_list) / sizeof(unsigned); i++) {

View File

@ -424,6 +424,7 @@
"tauntslide_tf2", "tauntslide_tf2",
"tauntslide", "tauntslide",
"flashlight", "flashlight",
"request_balance_spam",
{ {
"type": "list", "type": "list",
"name": "Remove Conditions", "name": "Remove Conditions",