TitleKeys will be checked again

This commit is contained in:
ZestyTS 2022-08-26 14:28:48 -07:00
parent 11c226a10e
commit bf007bd421

View file

@ -2052,7 +2052,7 @@ namespace UWUVCI_AIO_WPF
public bool checkKey(string key)
{
var hashCode = GetDeterministicHashCode(key.ToLower());
if (GbTemp.KeyHash != hashCode)
if (GbTemp.KeyHash == hashCode)
{
UpdateKeyInFile(key, $@"bin\keys\{GetConsoleOfBase(gbTemp).ToString().ToLower()}.vck", GbTemp, GetConsoleOfBase(gbTemp));
return true;