]> de.git.xonotic.org Git - xonotic/xonstat.git/commit
Honor cl_allow_uid2name 0 when cl_allow_uidtracking is 1.
authorAnt Zucaro <azucaro@gmail.com>
Wed, 14 Mar 2012 02:19:59 +0000 (22:19 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Wed, 14 Mar 2012 02:19:59 +0000 (22:19 -0400)
commit074823acb52862ccc4ecf13429e93cd45e592074
tree749834049eee1a5aed7dad525faccc1af1476d41
parentc68e50dd5b3f1e270e076f8631179917b5b12003
Honor cl_allow_uid2name 0 when cl_allow_uidtracking is 1.

In an attempt to display better nick information I've overwritten the provided nick (in this case none) w/ what was on the player record. This is wrong - if uid2name is 0, thus leading to no nick provided, that means I should show "Anonymous Player". This ends up being a little silly when uidtracking is 1, because a person can just click on the "Anonymous Player" link to see who was actually playing :D.
xonstat/views/submission.py