]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove obsolete sv_fraginfo* cvars
authorterencehill <piuntn@gmail.com>
Tue, 11 Aug 2015 20:31:59 +0000 (22:31 +0200)
committerterencehill <piuntn@gmail.com>
Tue, 11 Aug 2015 20:31:59 +0000 (22:31 +0200)
defaultXonotic.cfg
qcsrc/server/g_world.qc

index 45c920195ede5f95c6f1e68fd9bdf2063d00a5d6..f9620df37cb79dd45fd83a961fa2b0853e08ad64 100644 (file)
@@ -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
index 98417c73ebda9ae11d154887ffffe8f6b1205478..929af89a9318523e3a432932aac8e1f45c686cc1 100644 (file)
@@ -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_");