X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=sv_main.c;h=d4e7485c4fc59aad42a89a9b8cf1f4cefb0adce4;hp=4f0dce0b2d30302c857c2a649a057a2edb535b0d;hb=4915376d9debe00084f449c65dced6cc3d937617;hpb=55fdd472aa5f61698dbc7fc20406d5342dde3648 diff --git a/sv_main.c b/sv_main.c index 4f0dce0b..d4e7485c 100644 --- 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