From 221650186b0994fdd680f9b1122426d3ab42862f Mon Sep 17 00:00:00 2001 From: Jacobo <77410525+jacobo-mc@users.noreply.github.com> Date: Tue, 18 Jan 2022 07:20:07 -0500 Subject: [PATCH] Update BuildDefines.h --- neo/framework/BuildDefines.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/neo/framework/BuildDefines.h b/neo/framework/BuildDefines.h index 79a6cb9d..013cf3cc 100644 --- a/neo/framework/BuildDefines.h +++ b/neo/framework/BuildDefines.h @@ -75,16 +75,9 @@ If you have questions concerning this license or the applicable additional terms #define ID_ALLOW_TOOLS #endif +//disable cd key check #define ID_ENFORCE_KEY 0 -#ifndef ID_ENFORCE_KEY -# if !defined( ID_DEDICATED ) -# define ID_ENFORCE_KEY 1 -# else -# define ID_ENFORCE_KEY 0 -# endif -#endif - #ifndef ID_ENFORCE_KEY_CLIENT # if ID_ENFORCE_KEY # define ID_ENFORCE_KEY_CLIENT 1