Reduce automatic vote skip to ~60 minutes
This commit is contained in:
parent
0654e81660
commit
8ad0692a9a
1 changed files with 1 additions and 1 deletions
|
@ -82,5 +82,5 @@ ctf_match.register_on_build_time_end(function()
|
||||||
can_skip = true
|
can_skip = true
|
||||||
matchskip_timer = 0
|
matchskip_timer = 0
|
||||||
-- Set to initial vote time
|
-- Set to initial vote time
|
||||||
matchskip_time = tonumber(minetest.settings:get("ctf_match.auto_skip_delay")) or 90 * 60
|
matchskip_time = tonumber(minetest.settings:get("ctf_match.auto_skip_delay")) or 60 * 60
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Reference in a new issue