Disable friendly fire
This commit is contained in:
parent
c132ffda60
commit
8f44833eb9
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ ctf.allocate_mode = 3
|
|||
ctf.diplomacy = false
|
||||
ctf.players_can_change_team = false
|
||||
ctf.node_ownership = false
|
||||
ctf.friendly_fire = false
|
||||
ctf.match = true
|
||||
ctf.match.teams = red, red, 15, 7, 39; blue, blue, -9, 9, -43
|
||||
ctf.match.clear_inv = true
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit cd3bd99f3b1f589559a0e7d5a31a246bac7f54c4
|
||||
Subproject commit 665030b5d5c3858197e34922e6e7473e0db68233
|
Loading…
Reference in a new issue