fix legacy migration not working properly with people using Penumbra mod folder with a backslash at the end
This commit is contained in:
@@ -80,7 +80,7 @@ public class PeriodicFileScanner : IDisposable
|
||||
{
|
||||
while (!token.IsCancellationRequested)
|
||||
{
|
||||
isForced = RecalculateFileCacheSize();
|
||||
isForced |= RecalculateFileCacheSize();
|
||||
if (!_pluginConfiguration.FileScanPaused || isForced)
|
||||
{
|
||||
isForced = false;
|
||||
|
||||
Reference in New Issue
Block a user