mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-13 15:14:34 +00:00
Took vote option
This commit is contained in:
parent
cd2d6dd7d2
commit
36ca9f42e0
1 changed files with 2 additions and 2 deletions
|
|
@ -1924,8 +1924,8 @@ function CTFGame::sendGameVoteMenu(%game, %client, %key)
|
||||||
DefaultGame::sendGameVoteMenu(%game, %client, %key);
|
DefaultGame::sendGameVoteMenu(%game, %client, %key);
|
||||||
if ( %game.scheduleVote $= "" )
|
if ( %game.scheduleVote $= "" )
|
||||||
{
|
{
|
||||||
if(%client.isAdmin)
|
//if(%client.isAdmin)
|
||||||
messageClient( %client, 'MsgVoteItem', "", %key, 'VoteAntiTurtleTime', 'change the anti turtle time to', 'Change Anti-Turtle time' );
|
//messageClient( %client, 'MsgVoteItem', "", %key, 'VoteAntiTurtleTime', 'change the anti turtle time to', 'Change Anti-Turtle time' );
|
||||||
//else
|
//else
|
||||||
// messageClient( %client, 'MsgVoteItem', "", %key, 'VoteAntiTurtleTime', 'change the anti turtle time to', 'Vote Anti-Turtle time' );
|
// messageClient( %client, 'MsgVoteItem', "", %key, 'VoteAntiTurtleTime', 'change the anti turtle time to', 'Vote Anti-Turtle time' );
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue