diff --git a/minetest.conf b/minetest.conf index 4a5eede..71f3ab7 100644 --- a/minetest.conf +++ b/minetest.conf @@ -33,13 +33,13 @@ ctf.friendly_fire = false ctf.autoalloc_on_joinplayer = true ctf.match = true -match.teams = 2 -match.team.1 = red -match.team.1.color = red -match.team.1.pos = 7,65,93 -match.team.2 = blue -match.team.2.color = blue -match.team.2.pos = -22,66,-78 +ctf.match.teams = 2 +ctf.match.team.1 = red +ctf.match.team.1.color = red +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.clear_inv = true ctf.match.destroy_team = true