throw fists when penumbra or glamourer isn't active

This commit is contained in:
Stanley Dimant 2024-07-19 01:07:26 +02:00
parent c658c7c622
commit bbab9d0b26
6 changed files with 37 additions and 7 deletions

View file

@ -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);
}