mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 13:14:17 +01:00
Derp.
This commit is contained in:
parent
b04cb343dd
commit
47c5187ad9
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ public sealed class CrashHandlerService : IDisposable, IService
|
|||
_config = config;
|
||||
_validityChecker = validityChecker;
|
||||
|
||||
if (_config.UseCrashHandler ?? false)
|
||||
if (!(_config.UseCrashHandler ?? false))
|
||||
return;
|
||||
|
||||
OpenEventWriter();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue