diff options
Diffstat (limited to 'source/sv_mvd.c')
-rw-r--r-- | source/sv_mvd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/sv_mvd.c b/source/sv_mvd.c index 01bd7a9..93b9159 100644 --- a/source/sv_mvd.c +++ b/source/sv_mvd.c @@ -1626,8 +1626,8 @@ void SV_MvdRunClients( void ) { neterr_t ret; netstream_t stream; unsigned zombie_time = 1000 * sv_zombietime->value; - unsigned drop_time = 1000 * sv_timeout->value; - unsigned ghost_time = 1000 * sv_ghostime->value; + unsigned drop_time = 1000 * sv_timeout->value; + unsigned ghost_time = 1000 * sv_ghostime->value; unsigned delta; // accept new connections |