]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
g_playerstats_debug doesn't actually exist anymore... lets update the
authorSamual Lenks <samual@xonotic.org>
Fri, 7 Sep 2012 01:02:55 +0000 (21:02 -0400)
committerSamual Lenks <samual@xonotic.org>
Fri, 7 Sep 2012 01:02:55 +0000 (21:02 -0400)
configs to match how the code actually works now.

defaultXonotic.cfg

index cad7ac396b1d568824e0eedb64faf2591d4ea53f..41585cdbb2cf6b1a79174836f91d2f65a916535c 100644 (file)
@@ -1889,8 +1889,7 @@ set g_weapon_charge_colormod_green_full -0.5
 set g_weapon_charge_colormod_blue_full -1
 
 // player statistics server URI
-set g_playerstats_uri ""
-set g_playerstats_debug 0 "when 1, player stats are dumped to the console too"
+set g_playerstats_uri "" "Output player statistics information to either: URL (with ://), console (with a dash like this: -), or supply a filename to output to data directory."
 
 // autoscreenshots
 set g_max_info_autoscreenshot 3 "how many info_autoscreenshot entities are allowed"