From: Mario Date: Thu, 24 Mar 2016 16:52:30 +0000 (+1000) Subject: Update the player stats uri in config X-Git-Tag: xonotic-v0.8.2~1029 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=12b07a5ad7f39cabd146759593c1ab0bbfe37a8e;p=xonotic%2Fxonotic-data.pk3dir.git Update the player stats uri in config --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index b25b17ccd..7ed41440f 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1340,7 +1340,7 @@ set g_frozen_damage_trigger 1 "if 1, frozen players falling into the void will d set g_frozen_force 0.6 "How much to multiply the force on a frozen player with" // player statistics server URI -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." +set g_playerstats_gamereport_uri "http://stats.xonotic.org/stats/submit" "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"