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 {