mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
Fixed VoIP documentation mistake.
This commit is contained in:
parent
de8364102d
commit
7bc22c631d
1 changed files with 3 additions and 3 deletions
|
@ -110,19 +110,19 @@ voip ignore <clientnum>
|
||||||
sending it, to save bandwidth. Use unignore to reenable. This is reset to
|
sending it, to save bandwidth. Use unignore to reenable. This is reset to
|
||||||
unignored when (re)connecting to a server.
|
unignored when (re)connecting to a server.
|
||||||
|
|
||||||
voip gain unignore <clientnum>
|
voip unignore <clientnum>
|
||||||
Turn on incoming voice from player number <clientnum>. This will start
|
Turn on incoming voice from player number <clientnum>. This will start
|
||||||
playing audio from this player again if you've previously done a "voip
|
playing audio from this player again if you've previously done a "voip
|
||||||
ignore", and instruct the server to start sending her voice packets to
|
ignore", and instruct the server to start sending her voice packets to
|
||||||
you again.
|
you again.
|
||||||
|
|
||||||
voip gain muteall
|
voip muteall
|
||||||
Turn off all incoming voice. This will refuse to play any incoming audio,
|
Turn off all incoming voice. This will refuse to play any incoming audio,
|
||||||
and instruct the server to stop sending it, to save bandwidth. Use
|
and instruct the server to stop sending it, to save bandwidth. Use
|
||||||
unmuteall to reenable. This is reset to unmuted when (re)connecting to
|
unmuteall to reenable. This is reset to unmuted when (re)connecting to
|
||||||
a server.
|
a server.
|
||||||
|
|
||||||
voip gain unmuteall
|
voip unmuteall
|
||||||
Turn on incoming voice. This will start playing audio again if you've
|
Turn on incoming voice. This will start playing audio again if you've
|
||||||
previously done a "voip muteall", and instruct the server to start
|
previously done a "voip muteall", and instruct the server to start
|
||||||
sending voice packets to you again.
|
sending voice packets to you again.
|
||||||
|
|
Loading…
Reference in a new issue