From ea081333e7da366fa0c19c8435941a65eb1b96fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=9E=E5=BA=90?= <109708109+CiiLu@users.noreply.github.com> Date: Wed, 11 Jun 2025 01:25:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=AE=89=E8=A3=85=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E9=9A=90=E8=97=8F=20`mcbbs`=20=E9=A1=B9=20(#3836)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update * CheckStyle * Update InstallerListPage.java CheckStyle --------- Co-authored-by: Glavo --- .../java/org/jackhuang/hmcl/ui/versions/InstallerListPage.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/InstallerListPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/InstallerListPage.java index 1f900d961..1620490a3 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/InstallerListPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/InstallerListPage.java @@ -114,6 +114,8 @@ public class InstallerListPage extends ListPageBase implements Ve for (LibraryAnalyzer.LibraryMark mark : analyzer) { String libraryId = mark.getLibraryId(); String libraryVersion = mark.getLibraryVersion(); + if ("mcbbs".equals(libraryId)) + continue; // we have done this library above. if (LibraryAnalyzer.LibraryType.fromPatchId(libraryId) != null)