From 0fd3b3210835e2aacde50a384850e2e1e62a9ba0 Mon Sep 17 00:00:00 2001 From: Helvetica Volubi Date: Fri, 24 Jul 2026 22:58:05 +0800 Subject: [PATCH] fix: fix typo --- .../minecraft-patches/features/0084-Server-I18n.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {