]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
brought back the client->sendsignon flag from original quake code, this
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 812a2cb63ac022ec015b0620f71fef30ed205fd1..0a4df3d0ba540417d126d9c14ae4878675b4a851 100644 (file)
--- a/host.c
+++ b/host.c
@@ -386,9 +386,9 @@ void SV_DropClient(qboolean crash)
                        buf.data = bufdata;
                        buf.maxsize = sizeof(bufdata);
                        MSG_WriteByte(&buf, svc_disconnect);
-                       NetConn_SendUnreliableMessage(host_client->netconnection, &buf, sv.protocol, 10000);
-                       NetConn_SendUnreliableMessage(host_client->netconnection, &buf, sv.protocol, 10000);
-                       NetConn_SendUnreliableMessage(host_client->netconnection, &buf, sv.protocol, 10000);
+                       NetConn_SendUnreliableMessage(host_client->netconnection, &buf, sv.protocol, 10000, false);
+                       NetConn_SendUnreliableMessage(host_client->netconnection, &buf, sv.protocol, 10000, false);
+                       NetConn_SendUnreliableMessage(host_client->netconnection, &buf, sv.protocol, 10000, false);
                }
                // break the net connection
                NetConn_Close(host_client->netconnection);