diff --git a/src/client/component/arxan.cpp b/src/client/component/arxan.cpp index 2ec2fdbb..4f91ba92 100644 --- a/src/client/component/arxan.cpp +++ b/src/client/component/arxan.cpp @@ -702,6 +702,7 @@ namespace arxan void post_unpack() override { + /* patch_check_type_1_direct(); patch_check_type_1_indirect(); patch_check_type_2_direct(); @@ -711,6 +712,7 @@ namespace arxan patch_check_type_5_direct(); patch_check_type_5_indirect(); MessageBoxA(0, "done", 0, 0); + */ } void pre_destroy() override