Remove breakage return statement

This commit is contained in:
Ian 2022-11-27 19:31:18 -05:00
parent fb16e30278
commit bdc677fc97
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ void CL_ParseServerInfo (void)
{
Con_Printf("Model %s not found\n", model_precache[i]);
loading_cur_step++;
return;
//return;
}
CL_KeepaliveMessage ();
loading_cur_step++;