diff --git a/addons/sourcemod/scripting/shavit-chat.sp b/addons/sourcemod/scripting/shavit-chat.sp index 6e9a8b0b..d72c3d2c 100644 --- a/addons/sourcemod/scripting/shavit-chat.sp +++ b/addons/sourcemod/scripting/shavit-chat.sp @@ -1500,12 +1500,6 @@ public void SQL_GetChat_Callback(Database db, DBResultSet results, const char[] while(results.FetchRow()) { gB_CCAccess[client] = view_as(results.FetchInt(4)); - - if (!HasCustomChat(client)) - { - return; - } - results.FetchString(1, gS_CustomName[client], 128); results.FetchString(3, gS_CustomMessage[client], 16); }