Browse Source

Removed MMI from SelfPlugin

pull/46/head
Anairkoen Schno 5 years ago
parent
commit
f840a9b9bb
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      IPA.Loader/Updating/SelfPlugin.cs

+ 0
- 6
IPA.Loader/Updating/SelfPlugin.cs View File

@ -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)
{
}


Loading…
Cancel
Save