diff --git a/reaction/code/client/cl_cgame.c b/reaction/code/client/cl_cgame.c index d5c0c6c4..7ae936aa 100644 --- a/reaction/code/client/cl_cgame.c +++ b/reaction/code/client/cl_cgame.c @@ -210,7 +210,7 @@ void CL_ConfigstringModified( void ) { index = atoi( Cmd_Argv(1) ); if ( index < 0 || index >= MAX_CONFIGSTRINGS ) { - Com_Error( ERR_DROP, "configstring > MAX_CONFIGSTRINGS" ); + Com_Error( ERR_DROP, "CL_ConfigstringModified: bad index %i", index ); } // get everything after "cs " s = Cmd_ArgsFrom(2);