From: terencehill Date: Tue, 11 Aug 2015 20:31:59 +0000 (+0200) Subject: Remove obsolete sv_fraginfo* cvars X-Git-Tag: xonotic-v0.8.2~2045^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3757989b0caa79f153b201912d22cb30c0d5e6bd;p=xonotic%2Fxonotic-data.pk3dir.git Remove obsolete sv_fraginfo* cvars --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 45c920195e..f9620df37c 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -288,12 +288,6 @@ set cl_deathglow 0.8 "number of seconds during which dead bodies glow out" set sv_gibhealth 100 "Minus health a dead body must have in order to get gibbed" -// fragmessage: This allows extra information to be displayed with the frag centerprints. -set sv_fraginfo 1 "Enable extra frag message information, 0 = Never display, 1 = Display only in warmup mode; 2 = Always display" -set sv_fraginfo_ping 1 "Enable ping display information, 0 = Never display, 1 = Always display (If the player is a bot, it will say bot instead of the ping.)" -set sv_fraginfo_handicap 1 "Enable handicap display information, 0 = Never display, 1 = Only when the player has handicap on, 2 = Always display (Displays Off if disabled)" -set sv_fraginfo_stats 1 "Enable statistics (health/armor) display information, 0 = Never display, 1 = Always display (Only available for the person who was killed)" - // use default physics set sv_friction_on_land 0 set sv_friction_slick 0.5 diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 98417c73eb..929af89a93 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -334,7 +334,6 @@ void cvar_changes_init() BADCVAR("pausable"); BADCVAR("sv_allow_fullbright"); BADCVAR("sv_checkforpacketsduringsleep"); - BADCVAR("sv_fraginfo"); BADCVAR("sv_timeout"); BADPREFIX("sv_timeout_"); BADPREFIX("crypto_"); @@ -345,7 +344,6 @@ void cvar_changes_init() BADPREFIX("prvm_"); BADPREFIX("skill_"); BADPREFIX("sv_cullentities_"); - BADPREFIX("sv_fraginfo_"); BADPREFIX("sv_maxidle_"); BADPREFIX("sv_vote_"); BADPREFIX("timelimit_");