From d20259631a7bd969f08bc7901039c4270c4f9eb0 Mon Sep 17 00:00:00 2001 From: MiniDay <372403923@qq.com> Date: Wed, 8 Nov 2023 19:22:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=E6=96=B0=E7=89=88?= =?UTF-8?q?=E4=BB=93=E9=BC=A0=E7=90=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/cn/hamster3/mc/plugin/tpa/core/Message.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hamster-tpa/src/main/java/cn/hamster3/mc/plugin/tpa/core/Message.java b/hamster-tpa/src/main/java/cn/hamster3/mc/plugin/tpa/core/Message.java index 8b5224d..2066866 100644 --- a/hamster-tpa/src/main/java/cn/hamster3/mc/plugin/tpa/core/Message.java +++ b/hamster-tpa/src/main/java/cn/hamster3/mc/plugin/tpa/core/Message.java @@ -38,7 +38,7 @@ public enum Message { continue; } try { - value.message = CoreBukkitUtils.getDisplayMessage(section); + value.message = CoreBukkitUtils.loadDisplayMessage(section); } catch (Exception e) { plugin.getLogger().warning("加载消息设置 " + value.name() + " 时遇到了一个异常: "); e.printStackTrace();