From 622659741b46fd4c600c2a2ec25c30a297909c74 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Thu, 13 Jun 2019 12:00:08 -0500 Subject: [PATCH] Added 'Old' to the old plugin filenames --- IPA.Loader/Loader/PluginManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();