mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 08:39:04 +00:00
update website urls
This commit is contained in:
@@ -12,7 +12,7 @@ public class PlayersOnlineWebsite {
|
||||
|
||||
private static void setWebsitePlayersOnline(int amount) throws IOException {
|
||||
URL url;
|
||||
url = new URL("https://2006rebotted.tk/playersonline.php?pass=" + password + "&amount=" + amount);
|
||||
url = new URL("https://rsrebotted.com/playersonline.php?pass=" + password + "&amount=" + amount);
|
||||
url.openStream().close();
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ public class RegisteredAccsWebsite {
|
||||
|
||||
private static void setAccountsRegistered(int amount) throws IOException {
|
||||
URL url;
|
||||
url = new URL("https://2006rebotted.tk/accountsregistered.php?pass=" + password + "&amount=" + amount);
|
||||
url = new URL("https://rsrebotted.com/accountsregistered.php?pass=" + password + "&amount=" + amount);
|
||||
url.openStream().close();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user