fix: forgor to remove the duplicate entry on unvanish

This commit is contained in:
ChomeNS
2024-12-21 15:41:36 +07:00
parent 3a25f28635
commit 8e84565090

View File

@@ -160,6 +160,8 @@ public class PlayersPlugin extends Bot.Listener {
target.usernames.add(target.profile.getName());
} else {
isUnVanish = true;
list.remove(duplicate);
}
}