Skip to content

Commit

Permalink
Disable debug menu by default, it might cause issues that we don't kn…
Browse files Browse the repository at this point in the history
…ow of
  • Loading branch information
maximegmd committed Dec 14, 2020
1 parent 72f751d commit d7b1c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyberpunk_patch/src/Options.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ struct Options
bool PatchAVX{ false };
bool PatchVirtualInput{ true };
bool PatchMemoryPool{ true };
bool PatchUnlockMenu{ true };
bool PatchUnlockMenu{ false };
std::filesystem::path Path;
};

0 comments on commit d7b1c93

Please sign in to comment.