From: cloudwalk Date: Fri, 14 May 2021 16:23:59 +0000 (+0000) Subject: sv_main: Remove redundant client variable set from server code X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=aa3f4391e63ec4ccb757c78e392523201b84bb12;p=xonotic%2Fdarkplaces.git sv_main: Remove redundant client variable set from server code git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@13140 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sv_main.c b/sv_main.c index 5a469a5f..5c4c490f 100644 --- a/sv_main.c +++ b/sv_main.c @@ -2090,8 +2090,6 @@ void SV_Shutdown(void) // memset(&sv, 0, sizeof(sv)); memset(svs.clients, 0, svs.maxclients*sizeof(client_t)); - - cl.islocalgame = false; } /////////////////////////////////////////////////////