diff options
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/g_cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c index d2bf150e..6ee9bf7b 100644 --- a/src/game/g_cmds.c +++ b/src/game/g_cmds.c @@ -696,7 +696,7 @@ static qboolean G_SayTo( gentity_t *ent, gentity_t *other, saymode_t mode, const return qfalse; } - trap_SendServerCommand( other-g_entities, va( "chat %d %d\"%s\"", + trap_SendServerCommand( other-g_entities, va( "chat %d %d \"%s\"", ent ? ent-g_entities : -1, mode, message ) ); |