#3408: ConcurrentModificationException when player quits

This commit is contained in:
md_5 2022-12-08 07:09:20 +11:00
parent 5467e3a842
commit e71767688d
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -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 );
}