Skip to content

Commit e44d344

Browse files
Update auth.cpp
1 parent ef31c4b commit e44d344

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

auth.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1738,8 +1738,9 @@ void checkRegistry() {
17381738
LI_FN(__fastfail)(0);
17391739
}
17401740
LI_FN(RegCloseKey)(hKey);
1741+
1742+
Sleep(1500); // thread interval
17411743
}
1742-
Sleep(1500); // thread interval
17431744
}
17441745

17451746
std::string checksum()

0 commit comments

Comments
 (0)