From a9f5c425e159859a2f9b69e468f1989c84fe9fe9 Mon Sep 17 00:00:00 2001 From: terencehill Date: Fri, 24 Aug 2018 15:24:20 +0200 Subject: [PATCH] Forgot to move the command too in the previous commit --- qcsrc/server/command/vote.qc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcsrc/server/command/vote.qc b/qcsrc/server/command/vote.qc index 7fb46c125..83c62cd2b 100644 --- a/qcsrc/server/command/vote.qc +++ b/qcsrc/server/command/vote.qc @@ -716,6 +716,8 @@ int VoteCommand_parse(entity caller, string vote_command, string vote_list, floa case "restart": { + // add a delay so that vote result can be seen and announcer can be heard + // if the vote is accepted vote_parsed_command = strcat("defer 1 ", vote_command); vote_parsed_display = strzone(strcat("^1", vote_command)); -- 2.39.2