From 38d0ca616a3b540f74d286d18f1f561f3735c497 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Fri, 27 Jan 2017 22:04:26 +0100 Subject: [PATCH] [AntiCheat] Reenable process protection --- src/Components/Modules/AntiCheat.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Modules/AntiCheat.hpp b/src/Components/Modules/AntiCheat.hpp index 4c32f9ee..63ac9b24 100644 --- a/src/Components/Modules/AntiCheat.hpp +++ b/src/Components/Modules/AntiCheat.hpp @@ -6,7 +6,7 @@ #endif // Uncomment to enable process protection (conflicts with steam!) -//#define PROCTECT_PROCESS +#define PROCTECT_PROCESS namespace Components {