]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/tmayhem/sv_tmayhem.qh
fixed whitelisting and gave some score cvars better names
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / tmayhem / sv_tmayhem.qh
index 920f314f4ad1fab768afc49e29dc07e5443e1423..d8dbcdf76df7646a090ba42616678cf1aaed39d1 100644 (file)
@@ -3,8 +3,8 @@
 #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_tmayhem_fraglimit;
-float autocvar_g_tmayhem_point_limit;
-float autocvar_g_tmayhem_point_leadlimit;
+float autocvar_g_tmayhem_visual_score_limit;
+float autocvar_g_tmayhem_score_leadlimit;
 bool autocvar_g_tmayhem_team_spawns;
 float tmayhempointmultiplier = 1000/50;
 void tmayhem_Initialize();