remove debug message

This commit is contained in:
mohammed jasem alaajel 2023-10-01 14:32:37 +04:00
parent 983693b929
commit da255860bd
1 changed files with 0 additions and 1 deletions

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) -> {