--- a/code/qcommon/cmd.c 2011-07-14 14:50:20.964143727 +0200 +++ b/code/qcommon/cmd.c 2011-06-07 09:10:20.319781937 +0200 @@ -685,7 +685,7 @@ return; if( cmd->function ) { - Com_Error( ERR_DROP, "Restricted source tried to remove " + Com_Printf( "Restricted source tried to remove " "system command \"%s\"", cmd_name ); return; }