Skip to content

Commit c060b72

Browse files
committed
修改错误
1 parent 3d11df1 commit c060b72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/cn/handyplus/chat/api/PlayerChatApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ private String getPluginChannelName(Plugin plugin, String channel) {
194194
* @param message 消息内容
195195
* @param source 来源
196196
* @return true成功
197-
* @since 1.2.3
197+
* @since 1.2.4
198198
*/
199199
public boolean sendMessage(Player player, String channel, String message, String source) {
200200
// @处理

src/main/java/cn/handyplus/chat/event/PlayerChannelChatEvent.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public String getOriginalMessage() {
7272
* 获取当前渠道
7373
*
7474
* @return 当前渠道
75-
* @since 1.2.3
75+
* @since 1.2.4
7676
*/
7777
public String getChannel() {
7878
ChatParam chatParam = JsonUtil.toBean(bcMessageParam.getMessage(), ChatParam.class);
@@ -83,7 +83,7 @@ public String getChannel() {
8383
* 获取消息来源
8484
*
8585
* @return 消息来源
86-
* @since 1.2.3
86+
* @since 1.2.4
8787
*/
8888
public String getSource() {
8989
ChatParam chatParam = JsonUtil.toBean(bcMessageParam.getMessage(), ChatParam.class);

0 commit comments

Comments
 (0)