From 555076715c7edc14e34351fa29b3dadc85da30d2 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Mon, 8 Aug 2016 19:33:58 +0200 Subject: [PATCH] Disable debug messages in anticheat --- 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 75ff07c0..32e5ff2c 100644 --- a/src/Components/Modules/AntiCheat.hpp +++ b/src/Components/Modules/AntiCheat.hpp @@ -3,7 +3,7 @@ // Log detections // Make sure to disable that before releasig! -#define DEBUG_DETECTIONS +//#define DEBUG_DETECTIONS namespace Components {