Correct typo: match.* to ctf.match.*
This commit is contained in:
parent
0c4b736dcd
commit
24d574de47
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue