X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=README.txt;h=5fce5eb07e83775f6710388697dfb82022405da7;hb=fd8405afed18e1dc2af2262c51f051644d9ee443;hp=7fcf4006b53f8d6c7ef4b960c7dd6b64d0e16065;hpb=fd2318f1e155054e63941265f91e4fe0e219d418;p=xonotic%2Fxonstat.git diff --git a/README.txt b/README.txt index 7fcf400..5fce5eb 100644 --- a/README.txt +++ b/README.txt @@ -23,3 +23,9 @@ To get a Xonotic server configured to use this server, change the CVAR "g_player set g_playerstats_uri http://localhost:6543/stats/submit If you have any questions or issues please open up a bug report here, or - better yet ! - fork it and send me a pull request. + +TODO: + +- "e matches" and "e joins" seem to be mutually exclusive. Add a check for either (instead of just joins" before adding a player_game_stats record). + +- map names are being recorded multiple times in the maps table. They should be found when being played subsequent times.