mirror of
https://github.com/nzp-team/glquake.git
synced 2025-02-10 09:40:40 +00:00
Remove breakage return statement
This commit is contained in:
parent
fb16e30278
commit
bdc677fc97
1 changed files with 1 additions and 1 deletions
|
@ -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++;
|
||||
|
|
Loading…
Reference in a new issue