Skip to content
This repository has been archived by the owner on Jan 1, 2022. It is now read-only.

Commit

Permalink
Fixed priority range (again, oopsie)
Browse files Browse the repository at this point in the history
  • Loading branch information
darmiel committed Nov 26, 2020
1 parent 18e385f commit b602ef9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void onMessage(final UpdateNewMessage event) {
AnsiColor.ANSI_GREEN + file.id + AnsiColor.ANSI_RESET);

this.client.getClient().send(new DownloadFile(
file.id, ++priority, 0, 0, true
file.id, priority++, 0, 0, true
),
new DownloadFileResult()
);
Expand Down

0 comments on commit b602ef9

Please sign in to comment.