diff --git a/lophine-server/minecraft-patches/features/0084-Server-I18n.patch b/lophine-server/minecraft-patches/features/0084-Server-I18n.patch index b33ecb3..ce75f63 100644 --- a/lophine-server/minecraft-patches/features/0084-Server-I18n.patch +++ b/lophine-server/minecraft-patches/features/0084-Server-I18n.patch @@ -12,7 +12,7 @@ index 47cd33bce908744e64356b585853d6a8ecf82443..9e6f89ac7cf730bfc3c15d5a4f648c55 Map loadedData = new HashMap<>(); BiConsumer output = loadedData::put; parseTranslations(output, "/assets/minecraft/lang/en_us.json"); -+ fun.bm.lophine.utils.ServerI18nUtil.loadLophineI18n(output); // Lophine - Server I18n ++ fun.bm.lophine.utils.ServerI18nUtil.loadLophineI18nDefault(output); // Lophine - Server I18n deprecatedInfo.applyToMap(loadedData); final Map storage = Map.copyOf(loadedData); return new Language() {