From 0654e81660519c36ad3d364ec36f048940b0aa90 Mon Sep 17 00:00:00 2001 From: PiMonkey <36048381+PiMonkeyServers@users.noreply.github.com> Date: Thu, 29 Oct 2020 22:53:25 +0000 Subject: [PATCH] Reduce build time to 3 minutes (#697) reduce build time to 3 minutes --- minetest.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minetest.conf b/minetest.conf index 95e5669..0d49598 100644 --- a/minetest.conf +++ b/minetest.conf @@ -35,7 +35,7 @@ ctf.match.team.1.pos = 7,65,93 ctf.match.team.2 = blue ctf.match.team.2.color = blue ctf.match.team.2.pos = -22,66,-78 -ctf.match.build_time = 240 +ctf.match.build_time = 180 ctf.match.clear_inv = true ctf.match.destroy_team = true ctf.match.reset_on_winner = true