mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-11 07:11:36 +00:00
Forgot to set default rate back to 100kbyte/s
This commit is contained in:
parent
e52a492f61
commit
309c322b80
1 changed files with 1 additions and 1 deletions
|
@ -2778,7 +2778,7 @@ void Com_Init( char *commandLine ) {
|
||||||
sv_paused = Cvar_Get ("sv_paused", "0", CVAR_ROM);
|
sv_paused = Cvar_Get ("sv_paused", "0", CVAR_ROM);
|
||||||
cl_packetdelay = Cvar_Get ("cl_packetdelay", "0", CVAR_CHEAT);
|
cl_packetdelay = Cvar_Get ("cl_packetdelay", "0", CVAR_CHEAT);
|
||||||
sv_packetdelay = Cvar_Get ("sv_packetdelay", "0", CVAR_CHEAT);
|
sv_packetdelay = Cvar_Get ("sv_packetdelay", "0", CVAR_CHEAT);
|
||||||
sv_dlRate = Cvar_Get ("sv_dlRate", "1000", CVAR_ARCHIVE);
|
sv_dlRate = Cvar_Get ("sv_dlRate", "100", CVAR_ARCHIVE);
|
||||||
com_sv_running = Cvar_Get ("sv_running", "0", CVAR_ROM);
|
com_sv_running = Cvar_Get ("sv_running", "0", CVAR_ROM);
|
||||||
com_cl_running = Cvar_Get ("cl_running", "0", CVAR_ROM);
|
com_cl_running = Cvar_Get ("cl_running", "0", CVAR_ROM);
|
||||||
com_buildScript = Cvar_Get( "com_buildScript", "0", 0 );
|
com_buildScript = Cvar_Get( "com_buildScript", "0", 0 );
|
||||||
|
|
Loading…
Reference in a new issue