mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Took vote option
This commit is contained in:
parent
cd2d6dd7d2
commit
36ca9f42e0
|
|
@ -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' );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue