Increase number of chests
This commit is contained in:
parent
512211ca0d
commit
6440e66cad
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ function ctf_match.load_map_meta(idx, name)
|
||||||
chests = {
|
chests = {
|
||||||
from = chests1,
|
from = chests1,
|
||||||
to = chests2,
|
to = chests2,
|
||||||
n = tonumber(meta:get("team." .. i .. ".num_chests") or "18"),
|
n = tonumber(meta:get("team." .. i .. ".num_chests") or "23"),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue