mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-09 22:43:21 +00:00
Fix bug on global ban check
This commit is contained in:
parent
de85c3321b
commit
9a4dfb400f
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -241,7 +241,7 @@ public void DB_OnConnectCheck(Database db, DBResultSet results, const char[] err
|
||||||
public_message = reason;
|
public_message = reason;
|
||||||
}
|
}
|
||||||
|
|
||||||
int id = results.FetchInt(6);
|
int id = results.FetchInt(5);
|
||||||
|
|
||||||
if(hKickType.IntValue > 0) {
|
if(hKickType.IntValue > 0) {
|
||||||
if(public_message[0] != '\0')
|
if(public_message[0] != '\0')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue