From addf4bf1611376f6a7198d12fb1d8b8f64f01a1a Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Mon, 27 Jul 2015 18:23:08 +0100 Subject: [PATCH] Disable team gui.tab.flags --- minetest.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/minetest.conf b/minetest.conf index c712d0a..03f11a5 100644 --- a/minetest.conf +++ b/minetest.conf @@ -17,3 +17,5 @@ ctf.match.reset_on_winner = true ctf.match.map_reset_limit = 160 ctf.remove_player_on_leave = true ctf.autoalloc_on_joinplayer = true +ctf.gui.tab.flags = false +ctf.gui.team.teleport_to_flag = false