public static void Load() { Chat.Print("AutoSharp is disabled for SummonersRift"); return; RoleSwitcher.Load(); SRShopAI.Main.Init(); RoleSwitcher.Unpause(); }
public static void Load() { if (Program.Config.Item("autosharp.disablesr").GetValue <bool>()) { Game.PrintChat("Disabled for SR, only enable if you don't use SharpAI"); return; } RoleSwitcher.Load(); SRShopAI.Main.Init(); RoleSwitcher.Unpause(); }
public static void Load() { if (Program.Config["autosharp.disablesr"].Cast <CheckBox>().CurrentValue) { Chat.Print("Disabled for SR, only enable if you don't use SharpAI"); return; } RoleSwitcher.Load(); SRShopAI.Main.Init(); RoleSwitcher.Unpause(); }
public static void Load() { RoleSwitcher.Load(); SRShopAI.Main.Init(); RoleSwitcher.Unpause(); }