Dieser Commit ist enthalten in:
Ursprung
95ccb0598c
Commit
a5478a80a3
@ -164,6 +164,7 @@ public class MWTeam {
|
||||
List<Player> tempPlayer = new ArrayList<>(players);
|
||||
players.clear();
|
||||
tempPlayer.forEach(player -> player.getInventory().clear());
|
||||
tempPlayer.forEach(player -> player.setHealth(20.0));
|
||||
tempPlayer.forEach(this::join);
|
||||
}
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren