From 07931a1768dccad3a57fbd931f2189d0a4ef6408 Mon Sep 17 00:00:00 2001 From: "M. Kristall" Date: Thu, 22 Oct 2009 23:38:57 +0000 Subject: * Remove unnecessary counter argument to tinfo and scores since the number of arguments is already known --- src/game/g_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/g_cmds.c') diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c index e67fcced..09f1ed71 100644 --- a/src/game/g_cmds.c +++ b/src/game/g_cmds.c @@ -291,7 +291,7 @@ void ScoreboardMessage( gentity_t *ent ) stringlength += j; } - trap_SendServerCommand( ent-g_entities, va( "scores %i %i %i%s", i, + trap_SendServerCommand( ent-g_entities, va( "scores %i %i%s", level.alienKills, level.humanKills, string ) ); } -- cgit