Update BuildDefines.h

This commit is contained in:
Jacobo 2022-01-18 07:20:07 -05:00 committed by GitHub
parent 669c4c1fc3
commit 221650186b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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