Fixed ccmsg using ccname as the variable.

This commit is contained in:
shavit 2018-03-18 02:19:21 +02:00
parent 569a7d7c53
commit 256b21fd89

View File

@ -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]);
}
}