mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-29 11:59:11 +00:00
@@ -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.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user