mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-24 07:30:22 +01:00
Stop suggesting versions with old hashes as potential updates
This commit is contained in:
parent
ca8fbe010f
commit
d071decbca
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user