mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +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,
|
LoadMultithreaded = true,
|
||||||
CacheFileResources = true,
|
CacheFileResources = true,
|
||||||
#if DEBUG
|
#if NEVER // Lumina bug
|
||||||
PanicOnSheetChecksumMismatch = true,
|
PanicOnSheetChecksumMismatch = true,
|
||||||
#else
|
#else
|
||||||
PanicOnSheetChecksumMismatch = false,
|
PanicOnSheetChecksumMismatch = false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue