Took vote option

This commit is contained in:
ChocoTaco 2019-01-21 12:21:41 -05:00
parent cd2d6dd7d2
commit 36ca9f42e0

View file

@ -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' );
}