From b6ce8f15e93332e5da2f335905ffe06a1cf8e97f Mon Sep 17 00:00:00 2001 From: Ben Millwood Date: Sat, 3 Oct 2009 11:14:47 +0000 Subject: Fix for --- src/ui/ui_atoms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/ui_atoms.c b/src/ui/ui_atoms.c index 90b70114..0c48f797 100644 --- a/src/ui/ui_atoms.c +++ b/src/ui/ui_atoms.c @@ -164,7 +164,7 @@ qboolean UI_ConsoleCommand( int realTime ) { trap_Cvar_Set( "ui_sayBuffer", "" ); - switch( cmd[ strlen(cmd) ] ) + switch( cmd[ 14 ] ) { default: case '\0': -- cgit