From d071decbcadfebd89600e669b3b72bbcc5d9eaf2 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Sun, 23 Jan 2022 15:18:27 +0200 Subject: [PATCH] Stop suggesting versions with old hashes as potential updates --- ExplorerPatcher/updates.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ExplorerPatcher/updates.c b/ExplorerPatcher/updates.c index 5c409f4..60331a9 100644 --- a/ExplorerPatcher/updates.c +++ b/ExplorerPatcher/updates.c @@ -310,13 +310,13 @@ BOOL IsUpdateAvailableHelper( } } - if (bOldType) + /*if (bOldType) { if (hash[0] == 0x4D && hash[1] == 0x5A && _stricmp(DOSMODE_OFFSET + hash, szCheckAgainst)) { bIsUpdateAvailable = TRUE; } - } + }*/ } else {