From bdc677fc979d95d37d886b58299053dd6ae24545 Mon Sep 17 00:00:00 2001 From: Ian Date: Sun, 27 Nov 2022 19:31:18 -0500 Subject: [PATCH] Remove breakage return statement --- source/cl_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/cl_parse.c b/source/cl_parse.c index 42074e8..a16e638 100644 --- a/source/cl_parse.c +++ b/source/cl_parse.c @@ -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++;