diff --git a/IPA.Loader/Loader/PluginManager.cs b/IPA.Loader/Loader/PluginManager.cs index e677ed65..e89870d0 100644 --- a/IPA.Loader/Loader/PluginManager.cs +++ b/IPA.Loader/Loader/PluginManager.cs @@ -299,8 +299,8 @@ namespace IPA.Loader if (lastVer != null && gameVer != lastVer) { - var oldPluginsName = Path.Combine(BeatSaber.InstallPath, $"{lastVer} Plugins"); - var newPluginsName = Path.Combine(BeatSaber.InstallPath, $"{gameVer} Plugins"); + var oldPluginsName = Path.Combine(BeatSaber.InstallPath, $"Old {lastVer} Plugins"); + var newPluginsName = Path.Combine(BeatSaber.InstallPath, $"Old {gameVer} Plugins"); ReleaseAll();