Correct typo: match.* to ctf.match.*

This commit is contained in:
rubenwardy 2016-06-01 02:25:18 +01:00
parent 0c4b736dcd
commit 24d574de47

View file

@ -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