From: z411 Date: Fri, 5 Nov 2021 18:12:35 +0000 (-0300) Subject: Add reset and gg as a delayed vote X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8183a9e752fbdfd6862cdafd13e682d662788049;p=xonotic%2Fxonotic-data.pk3dir.git Add reset and gg as a delayed vote --- diff --git a/qcsrc/server/command/vote.qc b/qcsrc/server/command/vote.qc index 02e78d88a..bf861ad9f 100644 --- a/qcsrc/server/command/vote.qc +++ b/qcsrc/server/command/vote.qc @@ -806,6 +806,8 @@ int VoteCommand_parse(entity caller, string vote_command, string vote_list, floa } case "restart": + case "reset": + case "gg": case "shuffleteams": case "allready": case "endmatch":