mirror of
https://github.com/Caraxi/mare.client.git
synced 2026-02-16 01:17:41 +01:00
throw fists when penumbra or glamourer isn't active
This commit is contained in:
parent
c658c7c622
commit
bbab9d0b26
6 changed files with 37 additions and 7 deletions
|
|
@ -203,6 +203,8 @@ public sealed class XivDataAnalyzer
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
_configService.Current.TriangleDictionary[hash] = 0;
|
||||
_configService.Save();
|
||||
_logger.LogWarning(e, "Could not parse file {file}", filePath);
|
||||
return Task.FromResult((long)0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue