]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove g_antilag 3 from the cvar description (we don't properly support it anymore...
authorMario <mario@smbclan.net>
Thu, 19 Apr 2018 09:02:08 +0000 (19:02 +1000)
committerMario <mario@smbclan.net>
Thu, 19 Apr 2018 09:02:08 +0000 (19:02 +1000)
mutators.cfg
xonotic-server.cfg

index 32145dd04c8128f7e65b24d7a0c752d2d9b6cc7c..c997a807f459574846fc3de6b11af14ddbe7447b 100644 (file)
@@ -276,7 +276,7 @@ set g_nades_entrap_radius 500
 
 // Veil (9)
 set g_nades_veil_time 8 "Life time of the orb"
-set g_nades_veil_radius 300
+set g_nades_veil_radius 200
 
 
 // ============
index 29d5c2f6754b51442d06df46def79bf1ad2e04e2..6a56fac3c26c2e002446c9465cd4c8fee4737cfd 100644 (file)
@@ -179,7 +179,7 @@ set bot_vs_human 0  "Bots and humans play in different teams when set. positive v
 
 set g_spawnshieldtime 1 "number of seconds you are invincible after you spawned, this shield is lost after you fire"
 set g_spawnshield_blockdamage 1 "how much spawn shield protects you from damage (1 = full protection)"
-set g_antilag 2        "AntiLag (0 = no AntiLag, 1 = verified client side hit scan, 2 = server side hit scan in the past, 3 = unverified client side hit scan)"
+set g_antilag 2        "AntiLag (0 = no AntiLag, 1 = verified client side hit scan, 2 = server side hit scan in the past)"
 set g_antilag_nudge 0 "don't touch"
 set g_shootfromeye 0 "shots are fired from your eye/crosshair; visual gun position can still be influenced by cl_gunalign 1 and 2"
 set g_shootfromcenter 0 "weapon gets moved to the center, shots still come from the barrel of your weapon; visual gun position can still be influenced by cl_gunalign 1 and 2"