Skip to content

Commit

Permalink
Fix server.cfg not being executed on map change by default.
Browse files Browse the repository at this point in the history
This fixes an issue with server getting lockdown after a private match was played.
  • Loading branch information
rtxa committed Sep 3, 2024
1 parent 15da00f commit 6b34d37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions valve/startup_server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ mp_welcomecam 1 // Player is put in semi-spectator mode instead of spawn on
mp_notify_player_status 3 // Only show player join and leave notify messages.
spectator_cmd_delay 1 // Keep this value low to avoid any issues
mp_respawn_fix 0 // Turn it on in case you want the respawn be consistent in all FPS

// This will allow restart sv_password on map change
mapchangecfgfile server.cfg

0 comments on commit 6b34d37

Please sign in to comment.