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

Commit

Permalink
Fixed priority list
Browse files Browse the repository at this point in the history
  • Loading branch information
Zartec committed Mar 3, 2016
1 parent 01c9cf0 commit 43d937e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
<developer>
<id>Zartec</id>
</developer>
<developer>
<id>ghac</id>
</developer>
</developers>

<modules>
Expand Down
1 change: 1 addition & 0 deletions proxy/src/main/java/net/md_5/bungee/UserConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ public ServerInfo updateAndGetNextServer(ServerInfo currentTarget)
if ( !Objects.equal( currentTarget, candidate ) )
{
next = candidate;
break;
}
}

Expand Down

0 comments on commit 43d937e

Please sign in to comment.