fixed kreten status shit maybe idk

This commit is contained in:
Kima
2023-09-25 22:46:24 +02:00
parent 9cda8c5d29
commit b37af9f5a5
3 changed files with 35 additions and 3 deletions

View File

@@ -82,12 +82,12 @@ class PremiumAuth {
//}
// Skip premium check when disconnected
//try {
// try {
// final status = await InternetAddress.lookup('github.com');
// if (status.isEmpty) return false;
//} on SocketException catch (_) {
// } on SocketException catch (_) {
// return false;
//}
// }
//for (int tries = 0; tries < 3; tries++) {
// try {