Skip to content

Commit

Permalink
Update CustomSplashProgress.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest authored May 22, 2024
1 parent 2d2fd91 commit 5c214c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public void printStackTrace(final PrintStream s) {

Multithreading.runAsync(() -> {
try {
String text = NetworkUtils.getString("https://cdn.jsdelivr.net/gh/KTibow/Skyclient@main/docs/assets/funfacts.txt");
String text = NetworkUtils.getString("https://cdn.jsdelivr.net/gh/SkyblockClient/Website@main/docs/assets/funfacts.txt");
if (text != null) {
String[] lines = text.split("\n");
int index = (int) (Math.random() * lines.length);
Expand Down

0 comments on commit 5c214c2

Please sign in to comment.