From 6482fe47fd2da777043ce032338bfb5295a871f7 Mon Sep 17 00:00:00 2001 From: mcchampions <1309635304@qq.com> Date: Fri, 5 Jul 2024 19:15:12 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=9B=B4=E6=96=B0"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit a5093eccdaf459bf5b625c0e40061a5dc29981b2. --- pom.xml | 2 +- .../slimefun4/core/services/LocalizationService.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a58abb8ccd..5ce886f565 100644 --- a/pom.xml +++ b/pom.xml @@ -277,7 +277,7 @@ com.github.starwishsama.dough dough-api - d783252831 + f266e39d48 compile diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/LocalizationService.java b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/LocalizationService.java index c35f71bfa0..efdde575d6 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/LocalizationService.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/core/services/LocalizationService.java @@ -103,6 +103,7 @@ public String getChatPrefix() { } @Override + public NamespacedKey getKey() { return languageKey; }