mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 05:28:59 +00:00
Added a few Metrics Charts
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user