mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-06 18:08:26 +00:00
i introduced a bug that made ccname queries race admin auth queries
This commit is contained in:
parent
8b4db28cfb
commit
0360b957e4
@ -1500,12 +1500,6 @@ public void SQL_GetChat_Callback(Database db, DBResultSet results, const char[]
|
|||||||
while(results.FetchRow())
|
while(results.FetchRow())
|
||||||
{
|
{
|
||||||
gB_CCAccess[client] = view_as<bool>(results.FetchInt(4));
|
gB_CCAccess[client] = view_as<bool>(results.FetchInt(4));
|
||||||
|
|
||||||
if (!HasCustomChat(client))
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
results.FetchString(1, gS_CustomName[client], 128);
|
results.FetchString(1, gS_CustomName[client], 128);
|
||||||
results.FetchString(3, gS_CustomMessage[client], 16);
|
results.FetchString(3, gS_CustomMessage[client], 16);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user