Skip to content

Commit

Permalink
Enable mp_respawn_fix by default on server start
Browse files Browse the repository at this point in the history
Now mp_respawn_fix is enabled by default in `startup_server_cfg`. No reason to keep this fix disabled which improves fairness.
  • Loading branch information
rtxa committed Oct 21, 2024
1 parent 1609230 commit bf5d486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions valve/startup_server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sv_ag_allowed_gamemodes "ffa;ffax;tdm;tdm2;tdm3;tdm4;tdmx;arena;arcade;arcadex;s
mp_welcomecam 1 // Player is put in semi-spectator mode instead of spawn on connect.
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
mp_respawn_fix 1 // Make respawn time consistent in all FPS

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

0 comments on commit bf5d486

Please sign in to comment.