mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-30 16:01:46 +00:00
make reason for voip disable more visible
This commit is contained in:
parent
6ebc650542
commit
42b8b8ecec
1 changed files with 1 additions and 1 deletions
|
@ -3215,7 +3215,7 @@ void CL_Init( void ) {
|
||||||
// just demand it. Who doesn't have at least a DSL line now, anyhow? If
|
// just demand it. Who doesn't have at least a DSL line now, anyhow? If
|
||||||
// you don't, you don't need VoIP. :)
|
// you don't, you don't need VoIP. :)
|
||||||
if ((cl_voip->integer) && (Cvar_VariableIntegerValue("rate") < 25000)) {
|
if ((cl_voip->integer) && (Cvar_VariableIntegerValue("rate") < 25000)) {
|
||||||
Com_Printf("Your network rate is too slow for VoIP.\n");
|
Com_Printf(S_COLOR_YELLOW "Your network rate is too slow for VoIP.\n");
|
||||||
Com_Printf("Set 'Data Rate' to 'LAN/Cable/xDSL' in 'Setup/System/Network' and restart.\n");
|
Com_Printf("Set 'Data Rate' to 'LAN/Cable/xDSL' in 'Setup/System/Network' and restart.\n");
|
||||||
Com_Printf("Until then, VoIP is disabled.\n");
|
Com_Printf("Until then, VoIP is disabled.\n");
|
||||||
Cvar_Set("cl_voip", "0");
|
Cvar_Set("cl_voip", "0");
|
||||||
|
|
Loading…
Reference in a new issue