removed bool update in sourcemod and added threads to flask
This commit is contained in:
@@ -104,10 +104,6 @@ public void SQL_UpdateEntry(Database db, DBResultSet results, const char[] error
|
||||
g_dDatabase.Query(SQL_FindFingerPrints, sQuery, client, DBPrio_High);
|
||||
}
|
||||
delete results;
|
||||
if (IsValidClient(client))
|
||||
{
|
||||
g_bReportedClientBanAvoiding[client] = false;
|
||||
}
|
||||
}
|
||||
|
||||
public void SQL_FindFingerPrints(Database db, DBResultSet results, const char[] error, int client)
|
||||
|
||||
Reference in New Issue
Block a user