]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_main.c
fix the picture drawing fix
[xonotic/darkplaces.git] / sv_main.c
index 4f0dce0b2d30302c857c2a649a057a2edb535b0d..d4e7485c4fc59aad42a89a9b8cf1f4cefb0adce4 100644 (file)
--- a/sv_main.c
+++ b/sv_main.c
@@ -753,7 +753,7 @@ void SV_SendServerinfo (client_t *client)
        if (sv_allowdownloads.integer)
        {
                MSG_WriteByte (&client->netconnection->message, svc_stufftext);
-               MSG_WriteString (&client->netconnection->message, "cl_serverextension_download 1");
+               MSG_WriteString (&client->netconnection->message, "cl_serverextension_download 1\n");
        }
 
        // send at this time so it's guaranteed to get executed at the right time