Update setting
This commit is contained in:
parent
b4df909ac6
commit
47f9da7041
2 changed files with 2 additions and 1 deletions
|
@ -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 = {}
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
"hud" true
|
||||
"match" true
|
||||
"match.break_alliances" true
|
||||
"match.build_time" 60
|
||||
"match.clear_inv" true
|
||||
"match.destroy_team" true
|
||||
"match.map_reset_limit" 200
|
||||
|
|
Can't render this file because it contains an unexpected character in line 1 and column 15.
|
Loading…
Reference in a new issue