diff --git a/MareSynchronos/UI/UISharedService.cs b/MareSynchronos/UI/UISharedService.cs index 256f1cd..0307f04 100644 --- a/MareSynchronos/UI/UISharedService.cs +++ b/MareSynchronos/UI/UISharedService.cs @@ -620,7 +620,7 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase _cacheMonitor.StartMareWatcher(path); _cacheMonitor.InvokeScan(); } - }); + }, _dalamudUtil.IsWine ? @"Z:\" : @"C:\"); } } if (_cacheMonitor.MareWatcher != null)