mirror of
https://github.com/SpigotMC/BungeeCord.git
synced 2024-11-05 18:22:03 +01:00
#3408: ConcurrentModificationException when player quits
This commit is contained in:
parent
5467e3a842
commit
e71767688d
@ -38,7 +38,7 @@ public class ServerUnique extends TabList
|
||||
@Override
|
||||
public void onUpdate(PlayerListItemRemove playerListItem)
|
||||
{
|
||||
for ( UUID uuid : uuids )
|
||||
for ( UUID uuid : playerListItem.getUuids() )
|
||||
{
|
||||
uuids.remove( uuid );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user