mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +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);
|
||||
cl_packetdelay = Cvar_Get ("cl_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_cl_running = Cvar_Get ("cl_running", "0", CVAR_ROM);
|
||||
com_buildScript = Cvar_Get( "com_buildScript", "0", 0 );
|
||||
|
|
Loading…
Reference in a new issue