diff --git a/code/client/cl_keys.c b/code/client/cl_keys.c index 5c3fbf7d..7ad8676d 100644 --- a/code/client/cl_keys.c +++ b/code/client/cl_keys.c @@ -992,7 +992,7 @@ void Key_Bind_f (void) if (c == 2) { - if (keys[b].binding) + if (keys[b].binding && keys[b].binding[0]) Com_Printf ("\"%s\" = \"%s\"\n", Key_KeynumToString(b), keys[b].binding ); else Com_Printf ("\"%s\" is not bound\n", Key_KeynumToString(b) );