]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
when resetting vote, notify the nagger
authorRudolf Polzer <divverent@xonotic.org>
Sun, 21 Aug 2011 18:26:45 +0000 (20:26 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Sun, 21 Aug 2011 18:26:45 +0000 (20:26 +0200)
qcsrc/server/vote.qc

index 65468a3b6204c750a5ff0fac0473b97778131c18..55570c6f2bcc806a7dcafd2a10b1848db4a5679d 100644 (file)
@@ -457,6 +457,8 @@ void VoteReset() {
        votefinished = 0;
        votecalledvote = string_null;
        votecalledvote_display = string_null;
+
+       Nagger_VoteChanged();
 }
 
 void VoteAccept() {