fixed sendingNowAntispam not properly being cleaned when player leaves

This commit is contained in:
ajgeiss0702
2021-09-28 08:32:08 -07:00
parent e82f2d81d6
commit c67b9013e8
2 changed files with 12 additions and 10 deletions
@@ -79,4 +79,8 @@ public interface AdaptedPlayer extends Handle, Audience {
String getName();
List<String> getPermissions();
default boolean equals(AdaptedPlayer other) {
return this.getUniqueId().equals(other.getUniqueId());
}
}