summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/ui_atoms.c2
1 files changed, 1 insertions, 1 deletions
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':