X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=cl_parse.c;h=90874778dc6b8cfad1ddcbc8fd8c35526fc7d1c8;hp=9a4e3735a1dd1f57d17ce0dfc14014b3fb42b821;hb=21beb5fe4fa2e1f1b7591a4a1f6013b82186912f;hpb=9857cc61071143927d34cf418006b425be284311 diff --git a/cl_parse.c b/cl_parse.c index 9a4e3735..90874778 100644 --- a/cl_parse.c +++ b/cl_parse.c @@ -3334,14 +3334,20 @@ void CL_ParseServerMessage(void) EntityFrameQW_CL_ReadFrame(false); // first update is the final signon stage if (cls.signon == SIGNONS - 1) + { cls.signon = SIGNONS; + CL_SignonReply (); + } break; case qw_svc_deltapacketentities: EntityFrameQW_CL_ReadFrame(true); // first update is the final signon stage if (cls.signon == SIGNONS - 1) + { cls.signon = SIGNONS; + CL_SignonReply (); + } break; case qw_svc_maxspeed: