mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-10 05:34:13 +00:00
TitleKeys will be checked again
This commit is contained in:
parent
11c226a10e
commit
bf007bd421
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue