mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-01-22 17:41:11 +00:00
Added line break to the say commands.
This commit is contained in:
parent
124a1d303f
commit
60b9c53807
1 changed files with 1 additions and 1 deletions
|
@ -1546,7 +1546,7 @@ static void G_SayTo(gentity_t * ent, gentity_t * other, int mode, int color, con
|
|||
g_gametype.integer == GT_TEAMPLAY && level.team_round_going && mode != SAY_REF)
|
||||
return;
|
||||
|
||||
trap_SendServerCommand(other - g_entities, va("%s \"%s%c%c%s\"",
|
||||
trap_SendServerCommand(other - g_entities, va("%s \"%s%c%c%s\n\"",
|
||||
mode == SAY_TEAM ? "tchat" : "chat",
|
||||
name, Q_COLOR_ESCAPE, color, message));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue