Skip to content

Commit

Permalink
Remove obsolete method in WurstServerPinger
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Feb 26, 2024
1 parent 114fd72 commit 86f3ae8
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ public boolean isWorking()
return !failed;
}

public boolean isOtherVersion()
{
return server.protocolVersion != 47;
}

public String getServerIP()
{
return server.address;
Expand Down

0 comments on commit 86f3ae8

Please sign in to comment.