projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d96aa2
)
when resetting vote, notify the nagger
author
Rudolf Polzer <divverent@xonotic.org>
Sun, 21 Aug 2011 18:26:45 +0000
(20:26 +0200)
committer
Rudolf Polzer <divverent@xonotic.org>
Sun, 21 Aug 2011 18:26:45 +0000
(20:26 +0200)
qcsrc/server/vote.qc
patch
|
blob
|
history
diff --git
a/qcsrc/server/vote.qc
b/qcsrc/server/vote.qc
index 65468a3b6204c750a5ff0fac0473b97778131c18..55570c6f2bcc806a7dcafd2a10b1848db4a5679d 100644
(file)
--- a/
qcsrc/server/vote.qc
+++ b/
qcsrc/server/vote.qc
@@
-457,6
+457,8
@@
void VoteReset() {
votefinished = 0;
votecalledvote = string_null;
votecalledvote_display = string_null;
+
+ Nagger_VoteChanged();
}
void VoteAccept() {