Skip to content

Commit

Permalink
v6
Browse files Browse the repository at this point in the history
  • Loading branch information
ZimnyCat committed May 3, 2021
1 parent 50a9c2a commit 2c45e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/bleach/hack/utils/UpdateCheck.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public void gameJoin(EventReadPacket e) {

String latestVer = "";
try {
URL url = new URL("https://raw.githubusercontent.com/ZimnyCat/jewtrick-xyz/master/latest.txt");
URL url = new URL("https://raw.githubusercontent.com/ZimnyCat/bigrat-site/main/latest.txt");
URLConnection urlConnection = url.openConnection();
HttpURLConnection connection = (HttpURLConnection) urlConnection;
BufferedReader in = new BufferedReader(new InputStreamReader(connection.getInputStream()));
Expand Down

0 comments on commit 2c45e4b

Please sign in to comment.