Server: Remove mp_friendlyfire cvar registration from the code, as that will be aliases elsewhere

This commit is contained in:
Marco Cawthorne 2023-11-17 19:48:18 -08:00
parent 01099a9510
commit e21b0e8d3a
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ var float autocvar_mp_c4timer = 45;
var float autocvar_mp_roundtime = 5;
var float autocvar_mp_timelimit = 60;
var string autocvar_motdfile = "motd.txt";
var int autocvar_mp_friendlyfire = FALSE;
/* new, FreeCS exclusive variables */
var int autocvar_fcs_escapepenalty = -300;