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(