]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_main.c
sv_main: Remove redundant client variable set from server code
[xonotic/darkplaces.git] / sv_main.c
index 5a469a5fc3b15fe2bb4d58db49406624ab899f72..5c4c490f1243795e2452bb00babd7f0e5b84c502 100644 (file)
--- 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;
 }
 
 /////////////////////////////////////////////////////