From aa3f4391e63ec4ccb757c78e392523201b84bb12 Mon Sep 17 00:00:00 2001 From: cloudwalk Date: Fri, 14 May 2021 16:23:59 +0000 Subject: [PATCH] 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 --- sv_main.c | 2 -- 1 file changed, 2 deletions(-) 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; } ///////////////////////////////////////////////////// -- 2.39.2