From 535c1acd1c5412dc3fd1cd6225fd0f6463f98bb6 Mon Sep 17 00:00:00 2001 From: l-Aad-l <7024626+l-Aad-l@users.noreply.github.com> Date: Sun, 31 Mar 2024 17:52:48 -0400 Subject: [PATCH] Updated pt_push to mp_winlimit 2 --- cfg/rgl_pt_push.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cfg/rgl_pt_push.cfg b/cfg/rgl_pt_push.cfg index f6ca323..ac06a59 100644 --- a/cfg/rgl_pt_push.cfg +++ b/cfg/rgl_pt_push.cfg @@ -7,7 +7,7 @@ exec "rgl_pt_base" servercfgfile "rgl_pt_push" // sets server cfg to this config so that it gets autoexeced on level change mp_timelimit "0" // unsets server timelimit -mp_winlimit "3" // unsets server winlimit +mp_winlimit "2" // unsets server winlimit mp_windifference "0" // unsets windifference mp_maxrounds "0" // sets maxrounds to 2 @@ -16,6 +16,6 @@ mp_tournament_restart // restarts the tournament to apply above setti say "RGL Fours Pass Time Push Config Executed." -say "First to win 3 rounds wins the match. First to 5 scores wins a round." +say "First to win 2 rounds wins the match. First to 5 scores wins a round." say "To be safe, please ***CHANGELEVEL*** to reload all settings properly and prevent any crashes." say "Exec rgl_off or restart your server 90 seconds after you have fully finished playing." \ No newline at end of file