Skip to content

Commit

Permalink
Update stuff for release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Sep 4, 2020
1 parent 08ac61b commit ae43637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/Xera/Bungee/Queue/Bungee/XeraBungeeQueue.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ public void onEnable() {
manager.registerListener(this, new PingEvent(this));

logger.info("§9Loading Metrics");
new Metrics(this, 8519);
new Metrics(this, 8755);

logger.info("§9Checking for update");
new UpdateChecker(this, 74615).getVersion(version -> {
new UpdateChecker(this, 83541).getVersion(version -> {
if (this.getDescription().getVersion().equalsIgnoreCase(version)) {
logger.info("§9Your up to date!");
} else {
Expand Down

0 comments on commit ae43637

Please sign in to comment.