Added a few Metrics Charts

This commit is contained in:
Sn0wStorm
2019-01-17 16:37:55 +01:00
parent 213ef13c0e
commit dac29b3849
2 changed files with 38 additions and 2 deletions
+4
View File
@@ -119,6 +119,10 @@ public class BPlayer {
players.remove(P.playerString(player));
}
public static int numDrunkPlayers() {
return players.size();
}
public void remove() {
for (Map.Entry<String, BPlayer> entry : players.entrySet()) {
if (entry.getValue() == this) {