summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/strife/hu_stuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/hu_stuff.c b/src/strife/hu_stuff.c
index 17e27a6e..dbb14db8 100644
--- a/src/strife/hu_stuff.c
+++ b/src/strife/hu_stuff.c
@@ -437,7 +437,7 @@ void HU_Ticker(void)
if (i != consoleplayer
&& (c = players[i].cmd.chatchar))
{
- if (c <= HU_BROADCAST)
+ if (c <= HU_CHANGENAME) // [STRIFE]: allow HU_CHANGENAME here
chat_dest[i] = c;
else
{