scoreboard playing players

This commit is contained in:
Luca
2021-11-21 21:48:17 +01:00
parent cab2ec9fa3
commit ceafe6ebfb
2 changed files with 12 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public class ScoreboardProvider implements AssembleAdapter {
lines.add(CC.scoreboardBar);
}
lines.add("&fOnline: &d" + this.main.getServer().getOnlinePlayers().size());
lines.add("&fPlaying: &d");
lines.add("&fPlaying: &d" + this.main.getGameManager().getFighters());
lines.add(" ");
if (true) {