]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fixed missing newline at end of some stufftext (breaking curl downloads a little)
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 21 Oct 2007 13:48:50 +0000 (13:48 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 21 Oct 2007 13:48:50 +0000 (13:48 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7649 d7cf8633-e32d-0410-b094-e92efae38249

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