diff --git a/ModAssistant/Classes/Updater.cs b/ModAssistant/Classes/Updater.cs index a41b8632..e9a9bfdc 100644 --- a/ModAssistant/Classes/Updater.cs +++ b/ModAssistant/Classes/Updater.cs @@ -40,7 +40,7 @@ public static bool CheckForUpdate() CurrentVersion = new Version(App.Version); - return (LatestVersion > CurrentVersion); + return (false); } public static void Run() diff --git a/README.md b/README.md index 17933428..2f823ae2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +### This fork of ModAssistant removes anti-piracy measures and client auto-updates +Buy Beat Saber! Seriously, it's very good! These builds are intended for modding an old version of Beat Saber (v1.5.0). + +### BSIPA +After running ModAssistant to install your mods, your BSIPA files will likely be replaced with something that have their own anti-piracy measures. There is a build that fixes that [here](https://github.com/Ynng/BeatSaber-IPA-Reloaded/releases/tag/3.13.2-p). Keep a copy backed up in case it gets overwritten again. + +# Below is the original readme + # ModAssistant Simple Beat Saber Mod Installer similar to the [Beat Saber Mod Manager](https://github.com/beat-saber-modding-group/BeatSaberModInstaller)