mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-10 05:34:13 +00:00
Removed dev code
This commit is contained in:
parent
8d1716c387
commit
6ebfda14b2
3 changed files with 1 additions and 2 deletions
|
@ -2398,8 +2398,7 @@ namespace UWUVCI_AIO_WPF
|
|||
}
|
||||
public bool checkKey(string key)
|
||||
{
|
||||
var hash = GetDeterministicHashCode(key.ToLower());
|
||||
if (GbTemp.KeyHash == hash)
|
||||
if (GbTemp.KeyHash == key.ToLower().GetHashCode() || GbTemp.KeyHash == GetDeterministicHashCode(key.ToLower()))
|
||||
{
|
||||
UpdateKeyInFile(key, $@"bin\keys\{GetConsoleOfBase(gbTemp).ToString().ToLower()}.vck", GbTemp, GetConsoleOfBase(gbTemp));
|
||||
return true;
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue