mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-05 20:50:21 +00:00
LCTF Things
This commit is contained in:
parent
5f323ddb27
commit
bac741baf6
2 changed files with 50 additions and 48 deletions
|
|
@ -44,7 +44,12 @@ function loadMissionStage2()
|
|||
|
||||
//Tournament Mode specifics
|
||||
if($Host::TournamentMode)
|
||||
$Host::TimeLimit = 30; //TimeLimit Always 30 minutes in Tourney Mode
|
||||
{
|
||||
if(!$CurrentMissionType $= "LCTF")
|
||||
$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
|
||||
{
|
||||
//Disable if active
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue