Skip to content

Commit

Permalink
Merge pull request #9 from RGLgg/beta
Browse files Browse the repository at this point in the history
updated tftrue links
  • Loading branch information
l-Aad-l committed May 27, 2020
2 parents bb23e35 + 2042811 commit 41e17d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cfg/rgl_6s_base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exec "rgl_6s_custom.cfg" // execs the custom settings
exec "rgl_base.cfg" // execs base config that every gamemode shares

mp_tournament_whitelist "cfg/rgl_whitelist_6s.txt" // sets whitelist
tftrue_whitelist_id "competitive_6v6" // sets tftrue whitelist if you have tftrue installed
tftrue_whitelist_id "rgl_6v6" // sets tftrue whitelist if you have tftrue installed

tf_tournament_classlimit_scout "2" // 2 scouts
tf_tournament_classlimit_soldier "2" // 2 soldiers
Expand Down
2 changes: 1 addition & 1 deletion cfg/rgl_7s_base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exec "rgl_7s_custom.cfg" // execs the custom settings
exec "rgl_base.cfg" // execs base config that every gamemode shares

mp_tournament_whitelist "cfg/rgl_whitelist_7s.txt" // sets whitelist
tftrue_whitelist_id "rgl_whitelist_7s" // sets tftrue whitelist if you have tftrue installed
tftrue_whitelist_id "rgl_7v7" // sets tftrue whitelist if you have tftrue installed

tf_tournament_classlimit_scout "1" // class limit of 1 for all classes
tf_tournament_classlimit_soldier "1" // ^
Expand Down
2 changes: 1 addition & 1 deletion cfg/rgl_HL_base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exec "rgl_HL_custom.cfg" // execs the custom settings
exec "rgl_base.cfg" // execs base config that every gamemode shares

mp_tournament_whitelist "cfg/rgl_whitelist_HL.txt" // sets whitelist
tftrue_whitelist_id "rgl_whitelist_HL" // sets tftrue whitelist if you have tftrue installed
tftrue_whitelist_id "rgl_9v9" // sets tftrue whitelist if you have tftrue installed

tf_tournament_classlimit_scout "-1" // unsets class limits because it's annoying in preround
tf_tournament_classlimit_soldier "-1" // ^
Expand Down
2 changes: 1 addition & 1 deletion cfg/rgl_mm_base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exec "rgl_mm_custom.cfg" // execs the custom settings
exec "rgl_base.cfg" // execs base config that every gamemode shares

mp_tournament_whitelist "cfg/rgl_whitelist_mm.txt" // sets whitelist
tftrue_whitelist_id "rgl_whitelist_mm" // sets tftrue whitelist if you have tftrue installed
tftrue_whitelist_id "rgl_nr6s" // sets tftrue whitelist if you have tftrue installed

tf_tournament_classlimit_scout "-1" // unsets class limits
tf_tournament_classlimit_soldier "-1" // ^
Expand Down

0 comments on commit 41e17d4

Please sign in to comment.