From: Samual Lenks Date: Sat, 30 Nov 2013 03:39:54 +0000 (-0500) Subject: Add comments for later reference X-Git-Tag: xonotic-v0.8.0~139^2~1^2~100 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=cd5bcc61e0260d6686e3ebe4f636021196f1b113;p=xonotic%2Fxonotic-data.pk3dir.git Add comments for later reference --- diff --git a/qcsrc/common/playerstats.qc b/qcsrc/common/playerstats.qc index b0cc18fd6..b7dac05cb 100644 --- a/qcsrc/common/playerstats.qc +++ b/qcsrc/common/playerstats.qc @@ -3,10 +3,12 @@ float PS_PM_IN_DB; // playerstats_prematch_in_db // db for info COLLECTED float PS_GR_OUT_DB; // playerstats_gamereport_out_db // db of info SENT at the end of a match float PS_GR_IN_DB; // playerstats_gamereport_in_db // db for info COLLECTED at the end of a match float PS_B_IN_DB; // playerstats_playerbasic_in_db // db for info COLLECTED for basic player info (ELO) +// http://stats.xonotic.org/player/GgXRw6piDtFIbMArMuiAi8JG4tiin8VLjZgsKB60Uds=/elo.txt #endif #ifdef MENUQC float PS_D_IN_DB; // playerstats_playerdetail_in_db // db for info COLLECTED for detailed player profile display +// http://stats.xonotic.org/player/me #endif #ifdef SVQC