diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-14 03:30:23 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-18 17:25:04 -0500 |
| commit | 75359bc9c2bd9f593c59fb156186b3491d0b7c47 (patch) | |
| tree | 5902b02e01abf3374df3e36a7e0c8c59f5403877 /src/shared/directoryentry.h | |
| parent | fb3fbd34211a28b27214abe070c46951057258ca (diff) | |
fixed crash when disabling mod
Diffstat (limited to 'src/shared/directoryentry.h')
| -rw-r--r-- | src/shared/directoryentry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/directoryentry.h b/src/shared/directoryentry.h index 74d50625..f406ced6 100644 --- a/src/shared/directoryentry.h +++ b/src/shared/directoryentry.h @@ -64,7 +64,7 @@ class FileRegister; struct DirectoryStats
{
- static constexpr bool EnableInstrumentation = true;
+ static constexpr bool EnableInstrumentation = false;
std::string mod;
|
