fix ccnames after sm_ccadd broke it

This commit is contained in:
rtldg 2021-03-30 13:00:04 +00:00
parent 14e9bf27c3
commit 6ff1357c16

View File

@ -1551,7 +1551,7 @@ public void SQL_GetChat_Callback(Database db, DBResultSet results, const char[]
{
gB_CCAccess[client] = view_as<bool>(results.FetchInt(4));
if (!gB_CCAccess[client])
if (!HasCustomChat(client))
{
return;
}