9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-29 11:59:11 +00:00

Revert "添加遗漏的tag"

This reverts commit befe6bd3d7.
This commit is contained in:
XiaoMoMi
2025-09-14 23:33:39 +08:00
parent befe6bd3d7
commit e6b7319465
2 changed files with 1 additions and 3 deletions

View File

@@ -728,7 +728,7 @@ public abstract class AbstractPackManager implements PackManager {
this.plugin.logger().info("Validated resource pack in " + (time3 - time2) + "ms");
Path finalPath = resourcePackPath();
Files.createDirectories(finalPath.getParent());
if (!VersionHelper.PREMIUM && Config.enableObfuscation()) {
if (!VersionHelper.PREMIUM) {
Config.instance().setObf(false);
this.plugin.logger().warn("Resource pack obfuscation requires Premium Edition.");
}