From: Samual Lenks Date: Fri, 7 Sep 2012 01:02:55 +0000 (-0400) Subject: g_playerstats_debug doesn't actually exist anymore... lets update the X-Git-Tag: xonotic-v0.7.0~250 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=348d3f31f68914d3296ee43d3cf1c3b31f3ed3a5;p=xonotic%2Fxonotic-data.pk3dir.git g_playerstats_debug doesn't actually exist anymore... lets update the configs to match how the code actually works now. --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index cad7ac396..41585cdbb 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -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"