Skip to content

Commit

Permalink
Update Depricated api
Browse files Browse the repository at this point in the history
  • Loading branch information
finder1793 committed Dec 18, 2024
1 parent 5335396 commit bf7064b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/me/asleepp/skriptnexo/other/UpdateChecker.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import java.net.http.HttpResponse;
import java.util.concurrent.CompletableFuture;

// todo replace urls with skript-nexo when github updates (i assume it will)
public class UpdateChecker implements Listener {

private final SkriptNexo plugin;
Expand Down Expand Up @@ -71,4 +70,4 @@ private void checkForUpdate() {
return null;
});
}
}
}

0 comments on commit bf7064b

Please sign in to comment.