From ff53a28f73053d96dcf22a377e0013ae76b9ac35 Mon Sep 17 00:00:00 2001 From: ChocoTaco1 Date: Fri, 3 Apr 2020 11:00:33 -0400 Subject: [PATCH] Update VoteMenu.cs --- Classic/scripts/autoexec/VoteMenu.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Classic/scripts/autoexec/VoteMenu.cs b/Classic/scripts/autoexec/VoteMenu.cs index 932b264..2be5859 100644 --- a/Classic/scripts/autoexec/VoteMenu.cs +++ b/Classic/scripts/autoexec/VoteMenu.cs @@ -377,7 +377,6 @@ function serverCmdStartNewVote(%client, %typeName, %arg1, %arg2, %arg3, %arg4, % } %msg = %client.nameBase @ " initiated a vote to skip the current mission."; - %blank = "next mission."; $CMHasVoted[%client.guid]++; } @@ -511,12 +510,12 @@ function serverCmdStartNewVote(%client, %typeName, %arg1, %arg2, %arg3, %arg4, % if(%isAdmin && !%client.adminVoteSet && !%client.ForceVote) adminStartNewVote(%client, %typeName, %arg1, %arg2, %arg3, %arg4); else - playerStartNewVote(%client, %typeName, %arg1, %arg2, %arg3, %arg4, %teamSpecific, %msg, %blank); + playerStartNewVote(%client, %typeName, %arg1, %arg2, %arg3, %arg4, %teamSpecific, %msg); } //exec("scripts/autoexec/VoteMenu.cs"); -function playerStartNewVote(%client, %typeName, %arg1, %arg2, %arg3, %arg4, %teamSpecific, %msg, %blank) +function playerStartNewVote(%client, %typeName, %arg1, %arg2, %arg3, %arg4, %teamSpecific, %msg) { %clientsVoting = 0; %count = ClientGroup.getCount();