mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 17:07:22 +01:00
fix legacy migration not working properly with people using Penumbra mod folder with a backslash at the end
This commit is contained in:
parent
ea411811e4
commit
807d778b6b
3 changed files with 21 additions and 6 deletions
|
|
@ -80,7 +80,7 @@ public class PeriodicFileScanner : IDisposable
|
|||
{
|
||||
while (!token.IsCancellationRequested)
|
||||
{
|
||||
isForced = RecalculateFileCacheSize();
|
||||
isForced |= RecalculateFileCacheSize();
|
||||
if (!_pluginConfiguration.FileScanPaused || isForced)
|
||||
{
|
||||
isForced = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue