diff --git a/IDEHelper/Compiler/BfExprEvaluator.cpp b/IDEHelper/Compiler/BfExprEvaluator.cpp index 3fa31bdb..708f9f25 100644 --- a/IDEHelper/Compiler/BfExprEvaluator.cpp +++ b/IDEHelper/Compiler/BfExprEvaluator.cpp @@ -1956,11 +1956,6 @@ bool BfMethodMatcher::CheckType(BfTypeInstance* typeInstance, BfTypedValue targe int checkInterfaceIdx = 0; - if (mMethodName == "Handle") - { - NOP; - } - bool targetIsBase = target.IsBase(); bool checkExtensionBase = false; if (targetIsBase)