mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
better check for cache directory existing on startup
This commit is contained in:
parent
a38b020cc9
commit
cfbe5179a8
2 changed files with 8 additions and 1 deletions
|
|
@ -87,6 +87,13 @@ namespace MareSynchronos
|
|||
public void Initialize(DalamudPluginInterface pluginInterface)
|
||||
{
|
||||
_pluginInterface = pluginInterface;
|
||||
|
||||
if (!Directory.Exists(CacheFolder))
|
||||
{
|
||||
InitialScanComplete = false;
|
||||
}
|
||||
|
||||
Save();
|
||||
}
|
||||
|
||||
public void Save()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue