mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-14 15:44:34 +00:00
Took out annotations
This commit is contained in:
parent
4e7f189a86
commit
db33df311a
1 changed files with 4 additions and 6 deletions
|
|
@ -2,13 +2,11 @@
|
||||||
//$EvoCachedNextMission = "RoundTheMountain";
|
//$EvoCachedNextMission = "RoundTheMountain";
|
||||||
//$EvoCachedNextMission = "Arrakis";
|
//$EvoCachedNextMission = "Arrakis";
|
||||||
//
|
//
|
||||||
//$GetRandomMapsLoaded makes sure GetRandomMaps.cs is present
|
|
||||||
//$SNMPresetsLoaded makes sure if GetRandomMaps.cs isnt present presets are loaded.
|
|
||||||
//Presets are in defaultgame.ovl evo
|
|
||||||
//
|
|
||||||
//Set up to not run if GetRandomMaps.cs not loaded or Presets not loaded.
|
|
||||||
//Server can crash if $EvoCachedNextMission = "";
|
|
||||||
//
|
//
|
||||||
|
$PreviousMission4back = "";
|
||||||
|
$PreviousMission3back = "";
|
||||||
|
$PreviousMission2back = "";
|
||||||
|
$PreviousMission1back = "";
|
||||||
|
|
||||||
//Run in GetTeamCounts.cs
|
//Run in GetTeamCounts.cs
|
||||||
function MapRepetitionChecker( %game )
|
function MapRepetitionChecker( %game )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue