extensions/roleplay: Fix NPCA/FACTION not showing up properly on some clients.
This commit is contained in:
parent
96d2612765
commit
fb28c74187
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ m_displaymsg(struct Client *source_p, const char *channel, int underline, int ac
|
||||||
}
|
}
|
||||||
|
|
||||||
if(action)
|
if(action)
|
||||||
rb_snprintf(text2, sizeof(text2), "\1ACTION %s", text);
|
rb_snprintf(text2, sizeof(text2), "\1ACTION %s\1", text);
|
||||||
else
|
else
|
||||||
rb_snprintf(text2, sizeof(text2), "%s", text);
|
rb_snprintf(text2, sizeof(text2), "%s", text);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue