disable trim for fallback pack download

This commit is contained in:
Julian Krings 2025-06-16 22:53:11 +02:00
parent da2dd42e28
commit d048c073ac
No known key found for this signature in database
GPG Key ID: 208C6E08C3B718D2

View File

@ -782,7 +782,7 @@ public class Iris extends VolmitPlugin implements Listener {
if (dim == null) {
Iris.warn("Unable to find dimension type " + id + " Looking for online packs...");
service(StudioSVC.class).downloadSearch(new VolmitSender(Bukkit.getConsoleSender()), id, true);
service(StudioSVC.class).downloadSearch(new VolmitSender(Bukkit.getConsoleSender()), id, false);
dim = IrisData.loadAnyDimension(id);
if (dim == null) {