From 518515b5ceb6420e9f447573c9b0d918e589f599 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 25 Oct 2023 15:39:57 +0300 Subject: name conflict resolution --- protocols/YAMN/src/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/YAMN/src/stdafx.h') diff --git a/protocols/YAMN/src/stdafx.h b/protocols/YAMN/src/stdafx.h index b0c9c79792..b8cf7f482a 100644 --- a/protocols/YAMN/src/stdafx.h +++ b/protocols/YAMN/src/stdafx.h @@ -52,7 +52,7 @@ struct CMPlugin : public PLUGIN CMOption bForceCheck; __forceinline bool CheckFlags() { - return bForceCheck ? YAMN_FORCECHECK : YAMN_NORMALCHECK; + return bForceCheck; } int Load() override; -- cgit v1.2.3