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

Commit fba998d

Browse files
committed
Fixed nextmap cvar in competition configs
* should set to restart the map (default)
1 parent 7ac9dca commit fba998d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

etmain/configs/legacy1.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ init
6464
setl sv_maxping "0"
6565

6666
setl pmove_fixed "0"
67-
set nextmap ""
67+
set nextmap "map_restart 0"
6868

6969
setl g_allowVote "1"
7070
setl vote_allow_balancedteams "0"

etmain/configs/legacy3.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ init
6464
setl sv_maxping "0"
6565

6666
setl pmove_fixed "0"
67-
set nextmap ""
67+
set nextmap "map_restart 0"
6868

6969
setl g_allowVote "1"
7070
setl vote_allow_balancedteams "0"

etmain/configs/legacy5.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ init
6363
setl sv_maxping "0"
6464

6565
setl pmove_fixed "0"
66-
set nextmap ""
66+
set nextmap "map_restart 0"
6767

6868
setl g_allowVote "1"
6969
setl vote_allow_balancedteams "0"

etmain/configs/legacy6.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ init
6363
setl sv_maxping "0"
6464

6565
setl pmove_fixed "0"
66-
set nextmap ""
66+
set nextmap "map_restart 0"
6767

6868
setl g_allowVote "1"
6969
setl vote_allow_balancedteams "0"

0 commit comments

Comments
 (0)