Correct wrong setting name
This commit is contained in:
parent
8604fc341a
commit
d370f5f196
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,6 @@ ctf.diplomacy = false
|
||||||
ctf.players_can_change_team = false
|
ctf.players_can_change_team = false
|
||||||
ctf.node_ownership = false
|
ctf.node_ownership = false
|
||||||
ctf.friendly_fire = false
|
ctf.friendly_fire = false
|
||||||
ctf.remove_player_on_leave = true
|
|
||||||
ctf.autoalloc_on_joinplayer = true
|
ctf.autoalloc_on_joinplayer = true
|
||||||
|
|
||||||
ctf.match = true
|
ctf.match = true
|
||||||
|
@ -30,6 +29,7 @@ ctf.match.clear_inv = true
|
||||||
ctf.match.destroy_team = true
|
ctf.match.destroy_team = true
|
||||||
ctf.match.reset_on_winner = true
|
ctf.match.reset_on_winner = true
|
||||||
ctf.match.map_reset_limit = 160
|
ctf.match.map_reset_limit = 160
|
||||||
|
ctf.match.remove_player_on_leave
|
||||||
|
|
||||||
ctf.gui.tab.flags = false
|
ctf.gui.tab.flags = false
|
||||||
ctf.gui.tab.settings = false
|
ctf.gui.tab.settings = false
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
"match.clear_inv" true
|
"match.clear_inv" true
|
||||||
"match.destroy_team" true
|
"match.destroy_team" true
|
||||||
"match.map_reset_limit" 60
|
"match.map_reset_limit" 60
|
||||||
"match.remove_player_on_leave" false
|
"match.remove_player_on_leave" true
|
||||||
"match.teams" "red, red, 15, 7, 39; blue, blue, -9, 9, -43"
|
"match.teams" "red, red, 15, 7, 39; blue, blue, -9, 9, -43"
|
||||||
"maximum_in_team" -1
|
"maximum_in_team" -1
|
||||||
"node_ownership" false
|
"node_ownership" false
|
||||||
|
|
Can't render this file because it contains an unexpected character in line 1 and column 15.
|
Loading…
Reference in a new issue