use the LOLCAT language for funny reason
This commit is contained in:
@@ -169,7 +169,7 @@ public class Bot {
|
||||
|
||||
session.send(
|
||||
new ServerboundClientInformationPacket(
|
||||
"en-us",
|
||||
ComponentUtilities.language.getOrDefault("language.code", "en-us"),
|
||||
16,
|
||||
ChatVisibility.FULL,
|
||||
true,
|
||||
|
||||
@@ -29,7 +29,7 @@ public class ComponentUtilities {
|
||||
}
|
||||
|
||||
// component parsing
|
||||
private static final Map<String, String> language = loadJsonStringMap("language.json");
|
||||
public static final Map<String, String> language = loadJsonStringMap("language.json");
|
||||
private static final Map<String, String> voiceChatLanguage = loadJsonStringMap("voiceChatLanguage.json");
|
||||
private static final Map<String, String> keybinds = loadJsonStringMap("keybinds.json");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user