update some plugins

This commit is contained in:
Jackzie 2021-09-23 08:46:26 -05:00
parent 8bcffc9e1e
commit 788981e7f9
No known key found for this signature in database
GPG key ID: 1E834FE36520537A
9 changed files with 61 additions and 22 deletions

View file

@ -168,7 +168,7 @@ public void DB_OnConnectCheck(Database db, DBResultSet results, const char[] err
else
KickClient(client, "You have been banned from this server.");
char query[64];
char query[128];
Format(query, sizeof(query), "UPDATE bans SET times_tried=times_tried+1 WHERE steamid = ?", steamid);
db.Query(DB_OnBanQuery, query);
}else{