From 3ed2eeb1047f825903851e94ebdd2b52dac0020e Mon Sep 17 00:00:00 2001 From: BeniS Date: Tue, 8 Jan 2013 06:17:58 +1300 Subject: [PATCH] Oops fixing this from last commit. --- src/otclient/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/otclient/CMakeLists.txt b/src/otclient/CMakeLists.txt index 45473b42..86c91ffe 100644 --- a/src/otclient/CMakeLists.txt +++ b/src/otclient/CMakeLists.txt @@ -5,7 +5,7 @@ endif(${CMAKE_MAJOR_VERSION} EQUAL 2 AND ${CMAKE_MINOR_VERSION} EQUAL 6) # otclient options add_definitions(-DOTCLIENT) -option(BOT_PROTECTION "Enable bot protection" OFF) +option(BOT_PROTECTION "Enable bot protection" ON) if(BOT_PROTECTION) add_definitions(-DBOT_PROTECTION) message(STATUS "Bot protection: ON")