scoreboard playing players
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user