Don't write to svc_songegg on songegg execution

This commit is contained in:
cypress 2023-11-21 11:28:13 -05:00 committed by GitHub
parent d738c501d2
commit 6164c42ce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3234,8 +3234,8 @@ void PF_SongEgg (void)
trackname = G_STRING(OFS_PARM0);
MSG_WriteByte (&sv.reliable_datagram, svc_songegg);
MSG_WriteString (&sv.reliable_datagram, trackname);
//MSG_WriteByte (&sv.reliable_datagram, svc_songegg);
//MSG_WriteString (&sv.reliable_datagram, trackname);
}
/*