mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-19 16:14:44 +00:00
Update MissionTypeOptions.cs
This commit is contained in:
parent
982207a2df
commit
fe1689b730
|
|
@ -45,10 +45,10 @@ function loadMissionStage2()
|
|||
//Tournament Mode specifics
|
||||
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
|
||||
else //LCTF 20 Minutes
|
||||
$Host::TimeLimit = 20; //TimeLimit Always 20 minutes in LCTF Tourney Mode
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue