@@ -17,7 +17,7 @@ confogl_addcvar sv_pure_kick_clients 1
1717confogl_addcvar sv_voiceenable 1
1818confogl_addcvar sv_log_onefile 0
1919confogl_addcvar sv_logbans 1
20- // confogl_addcvar sv_allow_lobby_connect_only 0
20+ confogl_addcvar sv_allow_lobby_connect_only 0
2121confogl_addcvar vs_max_team_switches 9999
2222confogl_addcvar versus_marker_num 0
2323
@@ -38,7 +38,7 @@ confogl_addcvar teamflip_delay -1
3838// Config Cvars
3939confogl_match_execcfg_off " confogl_off.cfg" // Execute this config file upon match mode ends.
4040confogl_match_execcfg_on " confogl.cfg" // Execute this config file upon match mode starts.
41- confogl_match_killlobbyres " 0 " // Sets whether the plugin will clear lobby reservation once a match have begun
41+ confogl_match_killlobbyres " 1 " // Sets whether the plugin will clear lobby reservation once a match have begun
4242confogl_match_restart " 1" // Sets whether the plugin will restart the map upon match mode being forced or requested
4343
4444// Confogl Cvars
@@ -132,7 +132,7 @@ confogl_addcvar tank_stuck_time_suicide 999999999
132132confogl_addcvar tank_stuck_visibility_tolerance_suicide 999999999
133133confogl_addcvar tank_visibility_tolerance_suicide 999999999
134134confogl_addcvar director_tank_lottery_selection_time 3
135- confogl_addcvar z_witch_personal_space 500
135+ confogl_addcvar z_witch_personal_space 200
136136confogl_addcvar z_frustration_spawn_delay 20
137137confogl_addcvar z_frustration_los_delay 1.2
138138confogl_addcvar tankcontrol_print_all 1
0 commit comments