Remove breakage return statement

This commit is contained in:
Ian 2022-11-27 19:31:18 -05:00
parent fb16e30278
commit bdc677fc97

View file

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