From: terencehill Date: Fri, 24 Aug 2018 13:24:20 +0000 (+0200) Subject: Forgot to move the command too in the previous commit X-Git-Tag: xonotic-v0.8.5~1914 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a9f5c425e159859a2f9b69e468f1989c84fe9fe9;p=xonotic%2Fxonotic-data.pk3dir.git Forgot to move the command too in the previous commit --- 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));