From 36ca9f42e0d8dd195261a9a4c111ecb95db9a16c Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Mon, 21 Jan 2019 12:21:41 -0500 Subject: [PATCH] Took vote option --- Classic/scripts/CTFGame.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classic/scripts/CTFGame.cs b/Classic/scripts/CTFGame.cs index f5d9702..a69aeb4 100644 --- a/Classic/scripts/CTFGame.cs +++ b/Classic/scripts/CTFGame.cs @@ -1924,8 +1924,8 @@ function CTFGame::sendGameVoteMenu(%game, %client, %key) DefaultGame::sendGameVoteMenu(%game, %client, %key); if ( %game.scheduleVote $= "" ) { - if(%client.isAdmin) - messageClient( %client, 'MsgVoteItem', "", %key, 'VoteAntiTurtleTime', 'change the anti turtle time to', 'Change Anti-Turtle time' ); + //if(%client.isAdmin) + //messageClient( %client, 'MsgVoteItem', "", %key, 'VoteAntiTurtleTime', 'change the anti turtle time to', 'Change Anti-Turtle time' ); //else // messageClient( %client, 'MsgVoteItem', "", %key, 'VoteAntiTurtleTime', 'change the anti turtle time to', 'Vote Anti-Turtle time' ); }