diff --git a/addons/sourcemod/scripting/shavit-chat.sp b/addons/sourcemod/scripting/shavit-chat.sp index cd0594db..124101be 100644 --- a/addons/sourcemod/scripting/shavit-chat.sp +++ b/addons/sourcemod/scripting/shavit-chat.sp @@ -700,7 +700,7 @@ public Action CP_OnChatMessage(int &author, ArrayList recipients, char[] flagstr if(gB_MessageEnabled[author]) { - strcopy(sMessage, MAXLENGTH_MESSAGE, gS_CustomName[author]); + strcopy(sMessage, MAXLENGTH_MESSAGE, gS_CustomMessage[author]); } }