about summary refs log tree commit diff
path: root/src/game/server/gamecontext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/gamecontext.cpp')
-rw-r--r--src/game/server/gamecontext.cpp2
1 files changed, 1 insertions, 1 deletions
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);