]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - svvm_cmds.c
removed detection of GL_NV_texture_shader extension which was previously used for...
[xonotic/darkplaces.git] / svvm_cmds.c
index c178bab907c7bce6997d476526a2def700b2e183..860d7a027742355823f97d2924bdde17791b6f61 100644 (file)
@@ -2440,6 +2440,9 @@ void PF_spawnclient (void)
                {
                        prog->xfunction->builtinsprofile += 100;
                        SV_ConnectClient (i, NULL);
+                       // this has to be set or else ClientDisconnect won't be called
+                       // we assume the qc will call ClientConnect...
+                       svs.clients[i].clientconnectcalled = true;
                        ed = PRVM_EDICT_NUM(i + 1);
                        break;
                }