mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-13 07:04:33 +00:00
Update MissionTypeOptions.cs
This commit is contained in:
parent
982207a2df
commit
fe1689b730
1 changed files with 3 additions and 3 deletions
|
|
@ -45,10 +45,10 @@ function loadMissionStage2()
|
||||||
//Tournament Mode specifics
|
//Tournament Mode specifics
|
||||||
if($Host::TournamentMode)
|
if($Host::TournamentMode)
|
||||||
{
|
{
|
||||||
if(!$CurrentMissionType $= "LCTF")
|
if($CurrentMissionType $= "LCTF") //TimeLimit Always 20 minutes in LCTF Tourney Mode
|
||||||
|
$Host::TimeLimit = 20;
|
||||||
|
else
|
||||||
$Host::TimeLimit = 30; //TimeLimit Always 30 minutes in Tourney Mode
|
$Host::TimeLimit = 30; //TimeLimit Always 30 minutes in Tourney Mode
|
||||||
else //LCTF 20 Minutes
|
|
||||||
$Host::TimeLimit = 20; //TimeLimit Always 20 minutes in LCTF Tourney Mode
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue