From 523411fb188b851ed46e72acfd9bd981abf432fc Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 22 Apr 2006 23:01:43 +0000 Subject: * Fixed retarded exploitable "kick" command * Removed ability to change the timelimit by vote * Added sprint ability to human tutorial text --- src/game/g_cmds.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/game') diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c index 274f4a4a..875a922a 100644 --- a/src/game/g_cmds.c +++ b/src/game/g_cmds.c @@ -755,13 +755,11 @@ void Cmd_CallVote_f( gentity_t *ent ) else if( !Q_stricmp( arg1, "map" ) ) { } else if( !Q_stricmp( arg1, "kick" ) ) { } else if( !Q_stricmp( arg1, "clientkick" ) ) { } - else if( !Q_stricmp( arg1, "timelimit" ) ) { } else { trap_SendServerCommand( ent-g_entities, "print \"Invalid vote string\n\"" ); trap_SendServerCommand( ent-g_entities, "print \"Vote commands are: map_restart, nextmap, map , " - "kick , clientkick , " - "timelimit