mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
Fixed ccmsg using ccname as the variable.
This commit is contained in:
parent
569a7d7c53
commit
256b21fd89
@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user