示例#1
0
        void OnAbort(object sender, EventArgs e)
        {
            UI.Notify("Gang and Turf mod: removing blips. If you didn't press Insert, please check your log and report any errors.");
            zoneManagerScript.ChangeBlipDisplay(ZoneManager.ZoneBlipDisplay.none);
            if (mindControlScript.HasChangedBody)
            {
                mindControlScript.RestorePlayerBody();
            }
            SpawnManager.instance.RemoveAllMembers();

            Logger.Log("mod aborted!", 2);
        }