]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Merge branch 'Melanosuchus/vote_caller' into 'master'
authorMario <zacjardine@y7mail.com>
Thu, 2 Jul 2015 09:13:50 +0000 (09:13 +0000)
committerMario <zacjardine@y7mail.com>
Thu, 2 Jul 2015 09:13:50 +0000 (09:13 +0000)
commit1f36dd3f38252b2779de6a5e50cec2d9dd539c42
treec934e562c3b44740cd121be92f14785c2e13189a
parent79004d90809cdb55403ec18a057fbf036039ff5b
parent72407874a9920ca8c129077394b80fec2042325c
Merge branch 'Melanosuchus/vote_caller' into 'master'

Store the name of the vote caller

If only the entity of the caller is stored, there can be some inconsistencies.

Example: If a player leaves the server after calling the vote, the result will show an empty name.

This branch fixes such inconsistencies, while the normal flow isn't affected.

(ie: Votes from the server still show the correct name and if a player changes their name, messages will show the new name)

See merge request !127