mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-09 03:18:25 +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])
|
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