Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-chu committed Jun 23, 2024
2 parents f2d3772 + 99e2ed1 commit 9d9a941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.ghostchu.peerbanhelper</groupId>
<artifactId>peerbanhelper</artifactId>
<version>4.1.1</version>
<version>4.1.2</version>

<name>PeerBanHelper</name>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@ public TRPeer(Peers backend) {
public PeerAddress getPeerAddress() {
if (this.peerAddress == null) {
this.peerAddress = new PeerAddress(backend.getAddress(), backend.getPort());
;
}
return this.peerAddress;
}

@Override
public String getPeerId() {
return backend.getClientName();
return "";
}

@Override
Expand Down

0 comments on commit 9d9a941

Please sign in to comment.