chore: never panic on cheet checksum mismatches for now

This commit is contained in:
goat 2023-01-23 23:54:01 +01:00
parent d81f218155
commit d6b5f6c225
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -65,7 +65,7 @@ public sealed class DataManager : IDisposable, IServiceType
{
LoadMultithreaded = true,
CacheFileResources = true,
#if DEBUG
#if NEVER // Lumina bug
PanicOnSheetChecksumMismatch = true,
#else
PanicOnSheetChecksumMismatch = false,