File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
balancer/src/main/java/com/jaimemartz/playerbalancer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,15 +68,15 @@ public void onEnable() {
6868 if (!checkUpToDate ()) {
6969 getLogger ().info ("You are using a version of PlayerBalancer that is not the latest on spigot" );
7070 getLogger ().info ("You might want to update to benefit of new features, improvements and fixes" );
71- getLogger ().info ("Access the plugin page at https://www.spigotmc.org/resources/10788 " );
71+ getLogger ().info ("Access the plugin page at https://www.spigotmc.org/resources/55011 " );
7272 }
7373
7474 this .execStart ();
7575 }
7676
7777 public boolean checkUpToDate () {
7878 try {
79- URLConnection con = new URL ("https://api.spigotmc.org/legacy/update.php?resource=10788 " ).openConnection ();
79+ URLConnection con = new URL ("https://api.spigotmc.org/legacy/update.php?resource=55011 " ).openConnection ();
8080 String reply = new BufferedReader (new InputStreamReader (con .getInputStream ())).readLine ();
8181 return getDescription ().getVersion ().equals (reply );
8282 } catch (IOException e ) {
You can’t perform that action at this time.
0 commit comments