- added cheat protection to sv_damagefactor*

This commit is contained in:
Rachael Alexanderson 2017-07-26 13:32:45 -04:00
parent d2e0933a81
commit 012496ee98

View file

@ -79,9 +79,9 @@ CVAR (Bool, cl_showsprees, true, CVAR_ARCHIVE)
CVAR (Bool, cl_showmultikills, true, CVAR_ARCHIVE)
EXTERN_CVAR (Bool, show_obituaries)
CVAR (Float, sv_damagefactormobj, 1.0, CVAR_SERVERINFO)
CVAR (Float, sv_damagefactorfriendly, 1.0, CVAR_SERVERINFO)
CVAR (Float, sv_damagefactorplayer, 1.0, CVAR_SERVERINFO)
CVAR (Float, sv_damagefactormobj, 1.0, CVAR_SERVERINFO|CVAR_CHEAT)
CVAR (Float, sv_damagefactorfriendly, 1.0, CVAR_SERVERINFO|CVAR_CHEAT)
CVAR (Float, sv_damagefactorplayer, 1.0, CVAR_SERVERINFO|CVAR_CHEAT)
FName MeansOfDeath;