Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Commit

Permalink
Fixed nextmap cvar in competition configs
Browse files Browse the repository at this point in the history
* should set to restart the map (default)
  • Loading branch information
timosmit committed Jan 28, 2019
1 parent 7ac9dca commit fba998d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion etmain/configs/legacy1.config
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ init
setl sv_maxping "0"

setl pmove_fixed "0"
set nextmap ""
set nextmap "map_restart 0"

setl g_allowVote "1"
setl vote_allow_balancedteams "0"
Expand Down
2 changes: 1 addition & 1 deletion etmain/configs/legacy3.config
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ init
setl sv_maxping "0"

setl pmove_fixed "0"
set nextmap ""
set nextmap "map_restart 0"

setl g_allowVote "1"
setl vote_allow_balancedteams "0"
Expand Down
2 changes: 1 addition & 1 deletion etmain/configs/legacy5.config
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ init
setl sv_maxping "0"

setl pmove_fixed "0"
set nextmap ""
set nextmap "map_restart 0"

setl g_allowVote "1"
setl vote_allow_balancedteams "0"
Expand Down
2 changes: 1 addition & 1 deletion etmain/configs/legacy6.config
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ init
setl sv_maxping "0"

setl pmove_fixed "0"
set nextmap ""
set nextmap "map_restart 0"

setl g_allowVote "1"
setl vote_allow_balancedteams "0"
Expand Down

0 comments on commit fba998d

Please sign in to comment.