Change antirush freq values to cvar

This commit is contained in:
Jackz 2023-05-16 20:55:20 -05:00
parent bac6f4ea65
commit 78f44b0733
No known key found for this signature in database
GPG key ID: E0BBD94CF657F603
7 changed files with 13 additions and 13 deletions

View file

@ -130,12 +130,12 @@ void LoadPhrases() {
PrintToServer("[FTT] Could not load phrase list from data/ftt_phrases.cfg");
return;
}
static char word[32];
char word[32];
char phrase[MAX_PHRASE_LENGTH];
// Go through all the words:
kv.GotoFirstSubKey();
int i = 0;
static char buffer[4];
char buffer[4];
do {
kv.GetSectionName(word, sizeof(word));
StringToLower(word);