mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
fix ccnames after sm_ccadd broke it
This commit is contained in:
parent
14e9bf27c3
commit
6ff1357c16
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user