diff --git a/IPA.Loader/Updating/SelfPlugin.cs b/IPA.Loader/Updating/SelfPlugin.cs index 750f1400..ef9fb20c 100644 --- a/IPA.Loader/Updating/SelfPlugin.cs +++ b/IPA.Loader/Updating/SelfPlugin.cs @@ -13,12 +13,6 @@ namespace IPA.Updating public string Version => SelfConfig.IPAVersion; - public ModsaberModInfo ModInfo => new ModsaberModInfo - { - CurrentVersion = SelfConfig.IPAVersion, - InternalName = "beatsaber-ipa-reloaded" - }; - public void OnActiveSceneChanged(Scene prevScene, Scene nextScene) { }