mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-08 06:43:20 +00:00
Fix some proj magnet issues
This commit is contained in:
parent
0b51fe19ad
commit
9d7b6add57
3 changed files with 2 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue