Skip to content

Commit

Permalink
api: one missed method
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Nov 27, 2022
1 parent ad99378 commit 94bd9c9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -351,7 +351,7 @@ default void sendMessage(final @NotNull Identity source, final @NotNull Componen
@ApiStatus.ScheduledForRemoval(inVersion = "5.0.0")
@Deprecated
default void sendMessage(final @NotNull Identified source, final @NotNull Component message, final @NotNull MessageType type) {
this.sendMessage(message);
this.sendMessage(source.identity(), message, type);
}

/**
Expand Down

0 comments on commit 94bd9c9

Please sign in to comment.