mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Took out annotations
This commit is contained in:
parent
4e7f189a86
commit
db33df311a
|
|
@ -2,13 +2,11 @@
|
|||
//$EvoCachedNextMission = "RoundTheMountain";
|
||||
//$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
|
||||
function MapRepetitionChecker( %game )
|
||||
|
|
|
|||
Loading…
Reference in a new issue