mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-02 06:33:30 +00:00
IOQ3 commit 2074
This commit is contained in:
parent
d08fd5549d
commit
ea54bc557f
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