From 2c46240e65bd16c15f97dce0252d747ffaa348bf Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Tue, 9 Jul 2019 03:12:27 -0500 Subject: [PATCH] Removed MMI from SelfPlugin --- IPA.Loader/Updating/SelfPlugin.cs | 6 ------ 1 file changed, 6 deletions(-) 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) { }