From 4531e0f1cc803e3ff0df97532db02138b57d0803 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 8 Sep 2015 14:08:27 +0100 Subject: [PATCH] Disable all but news tab --- minetest.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/minetest.conf b/minetest.conf index 42b6160..9b9953d 100644 --- a/minetest.conf +++ b/minetest.conf @@ -22,4 +22,6 @@ ctf.match.map_reset_limit = 160 ctf.remove_player_on_leave = true ctf.autoalloc_on_joinplayer = true ctf.gui.tab.flags = false +ctf.gui.tab.settings = false +ctf.gui.tab.diplo = false ctf.gui.team.teleport_to_flag = false