mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 05:13:40 +01:00
chore: clean up file-scoped namespace fallout
This commit is contained in:
parent
b4a89020e0
commit
09c4828a9e
7 changed files with 16 additions and 16 deletions
|
|
@ -66,7 +66,7 @@ public sealed class DataManager : IDisposable, IServiceType
|
|||
LoadMultithreaded = true,
|
||||
CacheFileResources = true,
|
||||
#if DEBUG
|
||||
PanicOnSheetChecksumMismatch = true,
|
||||
PanicOnSheetChecksumMismatch = true,
|
||||
#else
|
||||
PanicOnSheetChecksumMismatch = false,
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue