mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 16:28:23 +00:00
Fix
This commit is contained in:
parent
d1276ce57d
commit
147b7d1382
1 changed files with 1 additions and 1 deletions
|
|
@ -521,7 +521,7 @@ public class DiscordManager {
|
|||
JsonNode customMessages = I18nManager.getCustomMessages();
|
||||
if (customMessages == null) return;
|
||||
|
||||
String[] parts = ("minecraft_to_discord." + lang).split("\\.");
|
||||
String[] parts = ("minecraft_to_xxxxx." + lang).split("\\.");
|
||||
JsonNode messageNode = customMessages;
|
||||
for (String part : parts) {
|
||||
messageNode = messageNode.path(part);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue