mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-11 22:24:33 +00:00
Added exception
This commit is contained in:
parent
79b7258f3a
commit
28d56cd242
1 changed files with 4 additions and 1 deletions
|
|
@ -19,8 +19,11 @@ function MapRepetitionChecker( %game )
|
||||||
if(!$GetRandomMapsLoaded) //Make sure GetRandomMaps.cs is present
|
if(!$GetRandomMapsLoaded) //Make sure GetRandomMaps.cs is present
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if($EvoCachedNextMission $= "")
|
||||||
|
return;
|
||||||
|
|
||||||
if(!$Host::TournamentMode && $MapRepetitionCheckerRunOnce !$= 1 )
|
if(!$Host::TournamentMode && $MapRepetitionCheckerRunOnce !$= 1 )
|
||||||
{
|
{
|
||||||
//Backup
|
//Backup
|
||||||
$SetNextMissionRestore = $EvoCachedNextMission;
|
$SetNextMissionRestore = $EvoCachedNextMission;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue