]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add reset and gg as a delayed vote
authorz411 <z411@omaera.org>
Fri, 5 Nov 2021 18:12:35 +0000 (15:12 -0300)
committerz411 <z411@omaera.org>
Fri, 5 Nov 2021 18:13:23 +0000 (15:13 -0300)
qcsrc/server/command/vote.qc

index 02e78d88ae3e37cd472e9c9626268921dd135ff0..bf861ad9fa0e3d51173e3e65838c1d0dfdaa93a4 100644 (file)
@@ -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":