//string autocvar_g_playerstats_uri;
string autocvar_g_playerstats_gamereport_ladder;
-string autocvar_g_playerstats_gamereport_uri = "http://stats.xonotic.org/stats/submit";
+string autocvar_g_playerstats_gamereport_uri = "https://stats.xonotic.org/stats/submit";
const float PS_B_STATUS_ERROR = -2;
const float PS_B_STATUS_IDLE = -1;
set g_frozen_force 0.6 "How much to multiply the force on a frozen player with"
// player statistics
-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."
+set g_playerstats_gamereport_uri "https://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."
set g_playerstats_gamereport_ladder ""
set g_playerstats_playerbasic_uri "http://stats.xonotic.org"
set g_playerstats_playerdetail_uri "http://stats.xonotic.org/player/me"