]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Why were these seta? They should just be set, they're server side and have no reason...
authorSamual <samual@xonotic.org>
Fri, 14 Oct 2011 19:45:59 +0000 (15:45 -0400)
committerSamual <samual@xonotic.org>
Fri, 14 Oct 2011 19:45:59 +0000 (15:45 -0400)
defaultXonotic.cfg

index 61923fa5b58768c9cca8f025e283b13922f0d864..e363331d4b4e0c99107438a536a6e817c22a8039 100644 (file)
@@ -490,8 +490,8 @@ alias g_waypointeditor_unreachable "impulse 107"
 
 locs_enable 0
 pausable 0
-seta g_spawnshieldtime 1.000000 "number of seconds you are invincible after you spawned, this shield is lost after you fire"
-seta 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_spawnshieldtime 1 "number of seconds you are invincible after you spawned, this shield is lost after you fire"
+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_trueaim_minrange 44 "TrueAim minimum range (TrueAim adjusts shots so they hit the crosshair point even though the gun is not at the screen center)"
 set g_antilag_nudge 0 "don't touch"
 set g_antilag_bullets 1 "Bullets AntiLag (0 = no AntiLag, 1 = server side hit scan in the past) - DO NOT TOUCH (severely changes weapon balance)"