[AntiCheat] Fix duplicate anticheat definition
This commit is contained in:
parent
8a1936347f
commit
81608fb782
@ -4,8 +4,10 @@
|
|||||||
// Hide AntiCheat in embeded symbol names
|
// Hide AntiCheat in embeded symbol names
|
||||||
#define AntiCheat SubComponent
|
#define AntiCheat SubComponent
|
||||||
#else
|
#else
|
||||||
|
# ifndef DISABLE_ANTICHEAT
|
||||||
# define DISABLE_ANTICHEAT
|
# define DISABLE_ANTICHEAT
|
||||||
# endif
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// Uncomment to enable process protection (conflicts with steam!)
|
// Uncomment to enable process protection (conflicts with steam!)
|
||||||
#define PROCTECT_PROCESS
|
#define PROCTECT_PROCESS
|
||||||
|
Loading…
Reference in New Issue
Block a user