2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-11-05 04:48:02 +00:00

remove debug message

This commit is contained in:
mohammed jasem alaajel 2023-10-01 14:32:37 +04:00
parent 983693b929
commit da255860bd

View File

@ -38,7 +38,6 @@ public interface LangConfigLoader extends GenericConfigLoader {
Component prefix = miniMessage.deserialize(node.getNode("prefix").getString("<color:red>[<color:yellow>Redis<color:red>Bungee]"));
Locale defaultLocale = Locale.forLanguageTag(node.getNode("default-locale").getString("en-us"));
System.out.println(node.getNode("default-locale").getString());
boolean useClientLocale = node.getNode("use-client-locale").getBoolean(true);
LangConfiguration.Messages messages = new LangConfiguration.Messages(defaultLocale);
node.getNode("messages").getChildrenMap().forEach((key, childNode) -> childNode.getChildrenMap().forEach((childKey, childChildNode) -> {