If you stufftext() something to the client, don't forget to terminate

them with \n !
This commit is contained in:
Anton E. Gavrilov 2001-01-14 01:39:18 +00:00
parent ac94074b13
commit 9bc040c14c
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ SV_New_f (void)
r_skyname = Cvar_FindVar ("r_skyname");
if (r_skyname != NULL) {
MSG_WriteByte (&host_client->netchan.message, svc_stufftext);
MSG_WriteString (&host_client->netchan.message, va ("r_skyname %s",
MSG_WriteString (&host_client->netchan.message, va ("r_skyname %s\n",
r_skyname->string));
}
}