X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fplayerstats.qh;h=39ffab623ef94d5f3790d2e7e9693efa75528ecc;hb=a8156930ac4a14c3fe33abfb41e47191691a6a4f;hp=d41a097d6d642419ecd4f8218e071774ca516f47;hpb=9e1ff4dcaf2580bf6ca052d829063b3b2cc57961;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/playerstats.qh b/qcsrc/common/playerstats.qh index d41a097d6..39ffab623 100644 --- a/qcsrc/common/playerstats.qh +++ b/qcsrc/common/playerstats.qh @@ -56,6 +56,8 @@ const string PLAYERSTATS_ACHIEVEMENT_FIRSTVICTIM = "achievement-firstvictim"; // delay map switch until this is set bool PlayerStats_GameReport_DelayMapVote; +void PlayerStats_GameReport_Reset_All(); + // call at initialization void PlayerStats_GameReport_Init(); @@ -88,7 +90,7 @@ void PlayerStats_GameReport_Handler(entity fh, entity pass, float status); //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;