Connect to your server via FTP or SSH.
Open your 'server.cfg' with a text editor (you'll find it in "fistful_of_frags/cfg/").
Paste the following at the END of it:
- Code: Select all
//**********************************************************************************************************
// Master Server Settings
//**********************************************************************************************************
sv_master_legacy_mode 0 // Disable lagacy mode, since steam master servers won't support it anymore.
heartbeat // Send heartbeat that this server is ready. Should be the last line of the config.
//**********************************************************************************************************
Save the file and if necessary put it back on your server.
Restart your server OR type "exec server.cfg" (without "") into your server console (HLSW, rcon or sm_rcon works as well).

