]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/clientcommands.qc
string VoteCommand_getprefix() to distinguish between "cmd" and "sv_cmd" in
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / clientcommands.qc
index a4f08e8dde17ecff38bfd1b232597e4166dcfc28..febaf1a62daa6b8966e00382bf658101d39dc702 100644 (file)
@@ -894,7 +894,7 @@ void ClientCommand_(float request)
        CLIENT_COMMAND("timein", ClientCommand_timein(request), "Resume the game from being paused with a timeout") \
        CLIENT_COMMAND("timeout", ClientCommand_timeout(request), "Call a timeout which pauses the game for certain amount of time unless unpaused") \
        CLIENT_COMMAND("voice", ClientCommand_voice(request, arguments, command), "Send voice message via sound") \
-       CLIENT_COMMAND("vote", VoteCommand(self, arguments), "Request an action to be voted upon by players") \ // handled in server/vote.qc
+       CLIENT_COMMAND("vote", VoteCommand(self, arguments), "Request an action to be voted upon by players") // handled in server/vote.qc \
        /* nothing */
        
 void ClientCommand_macro_help()