Server 'crash on disconnect' bugfix

This commit is contained in:
James Brown 2000-05-13 23:34:08 +00:00
parent fb9afe55dd
commit ef696486fd
1 changed files with 1 additions and 1 deletions

View File

@ -1595,7 +1595,7 @@ void SV_ExecuteClientMessage (client_t *cl)
c = MSG_ReadByte ();
if (c == -1)
break;
return; // Ender: Patched :)
switch (c)
{