mirror of
https://github.com/nzp-team/glquake.git
synced 2024-11-10 14:41:37 +00:00
Don't write to svc_songegg on songegg execution
This commit is contained in:
parent
d738c501d2
commit
6164c42ce3
1 changed files with 2 additions and 2 deletions
|
@ -3234,8 +3234,8 @@ void PF_SongEgg (void)
|
||||||
|
|
||||||
trackname = G_STRING(OFS_PARM0);
|
trackname = G_STRING(OFS_PARM0);
|
||||||
|
|
||||||
MSG_WriteByte (&sv.reliable_datagram, svc_songegg);
|
//MSG_WriteByte (&sv.reliable_datagram, svc_songegg);
|
||||||
MSG_WriteString (&sv.reliable_datagram, trackname);
|
//MSG_WriteString (&sv.reliable_datagram, trackname);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue