Browse Source

Added 'Old' to the old plugin filenames

pull/46/head
Anairkoen Schno 5 years ago
parent
commit
9e1c18524f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      IPA.Loader/Loader/PluginManager.cs

+ 2
- 2
IPA.Loader/Loader/PluginManager.cs View File

@ -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();


Loading…
Cancel
Save