Skip to content

Commit

Permalink
Update IncomingPingListener.java
Browse files Browse the repository at this point in the history
  • Loading branch information
zPurge authored Jan 4, 2021
1 parent 2f65fe1 commit 4653158
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ public class IncomingPingListener {
public void onServerlistPing(ProxyPingEvent event) {
final ServerPing ping = event.getPing();
event.setPing(ping.asBuilder().maximumPlayers(ping.asBuilder().getOnlinePlayers() + 1).build());
System.out.println("Incoming ping!");
}

}

0 comments on commit 4653158

Please sign in to comment.