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; }