mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
Server 'crash on disconnect' bugfix
This commit is contained in:
parent
fb9afe55dd
commit
ef696486fd
1 changed files with 1 additions and 1 deletions
|
@ -1595,7 +1595,7 @@ void SV_ExecuteClientMessage (client_t *cl)
|
|||
|
||||
c = MSG_ReadByte ();
|
||||
if (c == -1)
|
||||
break;
|
||||
return; // Ender: Patched :)
|
||||
|
||||
switch (c)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue