Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed May 28, 2024
1 parent 91c5de5 commit 6968245
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ private void updateServerInfo() {
//$$
//$$ serverInfo.playerList = List.of();
//$$ if (metadata.getPlayers() != null) {
//$$ serverInfo.status = ServerStatusPingerAccessor.formatPlayerCount(
//$$ serverInfo.status = ServerStatusPingerAccessor.callFormatPlayerCount(
//$$ metadata.getPlayers().getNumPlayers(), metadata.getPlayers().getMaxPlayers()
//$$ );
//$$ final List<Component> lines = new ArrayList<>();
Expand Down

0 comments on commit 6968245

Please sign in to comment.