Fix newlines in Com_Error, patch by Zack Middleton (#5023)
This commit is contained in:
parent
71b8fe477d
commit
698a9c51ec
4 changed files with 8 additions and 8 deletions
|
@ -686,7 +686,7 @@ void Cmd_RemoveCommandSafe( const char *cmd_name )
|
|||
if( cmd->function )
|
||||
{
|
||||
Com_Error( ERR_DROP, "Restricted source tried to remove "
|
||||
"system command \"%s\"\n", cmd_name );
|
||||
"system command \"%s\"", cmd_name );
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue