summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/sv_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sv_main.c b/source/sv_main.c
index ae22597..66a48dc 100644
--- a/source/sv_main.c
+++ b/source/sv_main.c
@@ -1797,7 +1797,7 @@ void SV_Init( void ) {
sv_hostname->changed = sv_hostname_changed;
sv_timeout = Cvar_Get( "timeout", "90", 0 );
sv_zombietime = Cvar_Get( "zombietime", "2", 0 );
- sv_ghostime = Cvar_Get( "sv_ghostime", "6", 0 );
+ sv_ghostime = Cvar_Get( "sv_ghostime", "10", 0 );
sv_showclamp = Cvar_Get( "showclamp", "0", 0 );
sv_enforcetime = Cvar_Get ( "sv_enforcetime", "1", 0 );
sv_force_reconnect = Cvar_Get ( "sv_force_reconnect", "", CVAR_LATCH );