Fix some proj magnet issues

This commit is contained in:
Jackz 2022-07-26 22:24:21 -05:00
parent 0b51fe19ad
commit 9d7b6add57
No known key found for this signature in database
GPG key ID: E0BBD94CF657F603
3 changed files with 2 additions and 3 deletions

View file

@ -418,7 +418,6 @@ bool IsTrollActive(int client, const char[] troll) {
}
static int i = 0;
if(trollKV.GetValue(troll, i)) {
PrintToChatAll("index: %d. val: %d", i, Trolls[i].activeFlagClients[client] );
return Trolls[i].activeFlagClients[client] != -1;
}
ThrowError("Troll \"%s\" does not exist", troll);