mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-08-04 19:46:34 +00:00
Don't throw error if update check is rate limited
This commit is contained in:
parent
72180cc15a
commit
02a3602a28
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ public class LDGithub {
|
||||||
ex1.printStackTrace();
|
ex1.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
||||||
throw ex;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
String download = null;
|
String download = null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue