From 3427f9590fb847d9ab5f4c8a07fefe35796d6de7 Mon Sep 17 00:00:00 2001 From: jhqwqmc <2110242767@qq.com> Date: Fri, 18 Apr 2025 06:36:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(core):=20=E4=BC=98=E5=8C=96=20S3=20?= =?UTF-8?q?=E6=89=98=E7=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../net/momirealms/craftengine/core/pack/host/impl/S3Host.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/java/net/momirealms/craftengine/core/pack/host/impl/S3Host.java b/core/src/main/java/net/momirealms/craftengine/core/pack/host/impl/S3Host.java index 0a0c75aa9..28bb7ecf6 100644 --- a/core/src/main/java/net/momirealms/craftengine/core/pack/host/impl/S3Host.java +++ b/core/src/main/java/net/momirealms/craftengine/core/pack/host/impl/S3Host.java @@ -79,6 +79,7 @@ public class S3Host implements ResourcePackHost { if (exception != null) { Throwable cause = exception.getCause(); if (cause instanceof NoSuchKeyException) { + CraftEngine.instance().logger().warn("[S3] Resource pack not found! Upload it first."); return Collections.emptyList(); } else { CraftEngine.instance().logger().warn(