fixed sendingNowAntispam not properly being cleaned when player leaves
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user