fix legacy migration not working properly with people using Penumbra mod folder with a backslash at the end

This commit is contained in:
Stanley Dimant
2022-09-25 16:39:48 +02:00
parent ea411811e4
commit 807d778b6b
3 changed files with 21 additions and 6 deletions

View File

@@ -80,7 +80,7 @@ public class PeriodicFileScanner : IDisposable
{
while (!token.IsCancellationRequested)
{
isForced = RecalculateFileCacheSize();
isForced |= RecalculateFileCacheSize();
if (!_pluginConfiguration.FileScanPaused || isForced)
{
isForced = false;