mirror of
https://github.com/GeyserExtensionists/GeyserModelEnginePackGenerator.git
synced 2025-12-19 15:09:18 +00:00
Fix config
This commit is contained in:
@@ -103,7 +103,7 @@ public class GeyserModelEnginePackGenerator implements Extension {
|
||||
|
||||
@Subscribe
|
||||
public void onPackLoad(GeyserLoadResourcePacksEvent event) {
|
||||
if (Boolean.parseBoolean(System.getProperty("geyser-model-engine-auto-load-pack", "true")) || config.isAutoLoadPack()) {
|
||||
if (Boolean.parseBoolean(System.getProperty("geyser-model-engine-auto-load-pack", "true")) && config.isAutoLoadPack()) {
|
||||
event.resourcePacks().add(generatedPackZip);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user