Update setting

This commit is contained in:
rubenwardy 2015-11-28 01:12:02 +00:00
parent b4df909ac6
commit 47f9da7041
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
ctf.register_on_init(function()
ctf._set("match.build_time", 10)
ctf._set("match.build_time", 60)
end)
ctf_match.registered_on_build_time_start = {}