diff --git a/mods/ctf_map/schem_map.lua b/mods/ctf_map/schem_map.lua index 1d37dbb..aa1b629 100644 --- a/mods/ctf_map/schem_map.lua +++ b/mods/ctf_map/schem_map.lua @@ -133,7 +133,7 @@ function ctf_match.load_map_meta(idx, name) chests = { from = chests1, to = chests2, - n = tonumber(meta:get("team." .. i .. ".num_chests") or "18"), + n = tonumber(meta:get("team." .. i .. ".num_chests") or "23"), }, }