Finishing changes
This commit is contained in:
parent
2f14fa56f2
commit
282cc1abf3
@ -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.
|
||||
|
@ -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++) {
|
||||
|
@ -424,6 +424,7 @@
|
||||
"tauntslide_tf2",
|
||||
"tauntslide",
|
||||
"flashlight",
|
||||
"request_balance_spam",
|
||||
{
|
||||
"type": "list",
|
||||
"name": "Remove Conditions",
|
||||
|
Reference in New Issue
Block a user