mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
increased voting time to 25 secs #637
This commit is contained in:
parent
6c98a36f0f
commit
96f604f9d1
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue