]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/mayhem/sv_mayhem.qh
fixed whitelisting and gave some score cvars better names
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / mayhem / sv_mayhem.qh
index 328dedc60296c8e714fca575f1bcf8ae6d453b5c..9393b311f70d2df3b1576a3c430466b52f46765a 100644 (file)
@@ -3,7 +3,7 @@
 #include <common/mutators/base.qh>
 //someone who understands numbers better check if 2 following floats can be ints without imprecision, I'm scared of spaghettimonsters
 float autocvar_g_mayhem_fraglimit;
-float autocvar_g_mayhem_point_limit;
+float autocvar_g_mayhem_visual_score_limit;
 float mayhempointmultiplier = 1000/30;
 void mayhem_Initialize();