Hotfix MWTeam
Dieser Commit ist enthalten in:
Ursprung
30379591f3
Commit
3da00917a0
@ -163,6 +163,7 @@ public class MWTeam {
|
|||||||
|
|
||||||
List<Player> tempPlayer = new ArrayList<>(players);
|
List<Player> tempPlayer = new ArrayList<>(players);
|
||||||
players.clear();
|
players.clear();
|
||||||
|
tempPlayer.forEach(player -> player.getInventory().clear());
|
||||||
tempPlayer.forEach(this::join);
|
tempPlayer.forEach(this::join);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren