mirror of
https://github.com/UberGames/ioef.git
synced 2025-05-31 01:11:01 +00:00
Remove newlines from Com_Error message format strings, patch by DevHC
This commit is contained in:
parent
59271903a2
commit
c95bd0a684
20 changed files with 60 additions and 60 deletions
|
@ -459,7 +459,7 @@ void SV_DirectConnect( netadr_t from ) {
|
|||
newcl = &svs.clients[sv_maxclients->integer - 1];
|
||||
}
|
||||
else {
|
||||
Com_Error( ERR_FATAL, "server is full on local connect\n" );
|
||||
Com_Error( ERR_FATAL, "server is full on local connect" );
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue