mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-10 21:54:32 +00:00
Time Changes
View Time Limit in Vote Menu Admin can change the Time Limit to 30 in Tourney Mode from the Vote Menu More Practical Vote Times Always Autoset Time to 30 in TourneyMode
This commit is contained in:
parent
d9ee54045b
commit
9841b1e98a
3 changed files with 33 additions and 8 deletions
|
|
@ -2973,13 +2973,13 @@ function DefaultGame::sendGameTeamList( %game, %client, %key )
|
|||
//------------------------------------------------------------------------------
|
||||
function DefaultGame::sendTimeLimitList( %game, %client, %key )
|
||||
{
|
||||
messageClient( %client, 'MsgVoteItem', "", %key, 30, "", '30 minutes' );
|
||||
messageClient( %client, 'MsgVoteItem', "", %key, 45, "", '45 minutes' );
|
||||
messageClient( %client, 'MsgVoteItem', "", %key, 60, "", '60 minutes' );
|
||||
messageClient( %client, 'MsgVoteItem', "", %key, 75, "", '75 minutes' );
|
||||
messageClient( %client, 'MsgVoteItem', "", %key, 90, "", '90 minutes' );
|
||||
messageClient( %client, 'MsgVoteItem', "", %key, 120, "", '120 minutes' );
|
||||
messageClient( %client, 'MsgVoteItem', "", %key, 150, "", '150 minutes' );
|
||||
messageClient( %client, 'MsgVoteItem', "", %key, 180, "", '180 minutes' );
|
||||
messageClient( %client, 'MsgVoteItem', "", %key, 240, "", '240 minutes' );
|
||||
messageClient( %client, 'MsgVoteItem', "", %key, 360, "", '360 minutes' );
|
||||
messageClient( %client, 'MsgVoteItem', "", %key, 480, "", '480 minutes' );
|
||||
messageClient( %client, 'MsgVoteItem', "", %key, 999, "", 'No time limit' );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue