From: Samual Date: Wed, 9 Nov 2011 02:32:33 +0000 (-0500) Subject: just something quick with vote.qc X-Git-Tag: xonotic-v0.6.0~188^2~28^2~227 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=26cf4c322ece4caa81dfc15a6f81c8e7fc3597b7;p=xonotic%2Fxonotic-data.pk3dir.git just something quick with vote.qc --- diff --git a/qcsrc/server/vote.qc b/qcsrc/server/vote.qc index 1421cf32f..12b4fe700 100644 --- a/qcsrc/server/vote.qc +++ b/qcsrc/server/vote.qc @@ -326,7 +326,8 @@ float RemapVote(string vote, string cmd, entity e) return TRUE; } -float GameCommand_Vote(string s, entity e) { +float GameCommand_Vote(string s, entity e) +{ float playercount; float argc; argc = tokenize_console(s);