diff --git a/main.c b/main.c index 0f784c8..a9b39b9 100644 --- a/main.c +++ b/main.c @@ -248,9 +248,6 @@ static BOOL IsWaitInputPass(Context* ctx, const char* buffer, DWORD len) { if (pos == NULL) { return FALSE; } - if (*(pos + 9) != 27) { - return FALSE; - } return TRUE; }