From e44d34479af2c31eaddd683ad0948c992896aba5 Mon Sep 17 00:00:00 2001 From: obseletecode72 <138137862+obseletecode72@users.noreply.github.com> Date: Thu, 24 Oct 2024 06:00:15 -0700 Subject: [PATCH] Update auth.cpp --- auth.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/auth.cpp b/auth.cpp index 7559c74..7986f7c 100644 --- a/auth.cpp +++ b/auth.cpp @@ -1738,8 +1738,9 @@ void checkRegistry() { LI_FN(__fastfail)(0); } LI_FN(RegCloseKey)(hKey); + + Sleep(1500); // thread interval } - Sleep(1500); // thread interval } std::string checksum()