mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
chore: never panic on cheet checksum mismatches for now
This commit is contained in:
parent
d81f218155
commit
d6b5f6c225
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue