From 96f604f9d1d0825f88e05441c1a21646a94d6a72 Mon Sep 17 00:00:00 2001 From: Alfred Eriksson Date: Sat, 17 Jan 2009 16:52:57 +0000 Subject: increased voting time to 25 secs #637 --- src/game/server/gamecontext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/server/gamecontext.cpp') diff --git a/src/game/server/gamecontext.cpp b/src/game/server/gamecontext.cpp index 5c1c0486..9e53d6ff 100644 --- a/src/game/server/gamecontext.cpp +++ b/src/game/server/gamecontext.cpp @@ -245,7 +245,7 @@ void GAMECONTEXT::start_vote(const char *desc, const char *command) } // start vote - vote_closetime = time_get() + time_freq()*10; + vote_closetime = time_get() + time_freq()*25; str_copy(vote_description, desc, sizeof(vote_description)); str_copy(vote_command, command, sizeof(vote_description)); send_vote_set(-1); -- cgit 1.4.1