From 3e1a43d7cef79bcdbcc3acbcb95dbbcd6f9a0635 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Fri, 22 Feb 2019 19:26:17 -0500 Subject: [PATCH] Added EvoMapRotation deactivation --- Classic/scripts/autoexec/zDarkTigerMapRotation.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Classic/scripts/autoexec/zDarkTigerMapRotation.cs b/Classic/scripts/autoexec/zDarkTigerMapRotation.cs index 0b2d1e3..8343a84 100644 --- a/Classic/scripts/autoexec/zDarkTigerMapRotation.cs +++ b/Classic/scripts/autoexec/zDarkTigerMapRotation.cs @@ -8,6 +8,9 @@ // - $Host::ClassicRandomMissions = 2; // +//Deactivate EvoMapRotation +if(isActivePackage(EvoMapRotation)) + deactivatePackage(EvoMapRotation); package DarkTigerMapRotation