9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-19 15:09:18 +00:00

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

View File

@@ -782,7 +782,7 @@ public class Iris extends VolmitPlugin implements Listener {
if (dim == null) { if (dim == null) {
Iris.warn("Unable to find dimension type " + id + " Looking for online packs..."); 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); dim = IrisData.loadAnyDimension(id);
if (dim == null) { if (dim == null) {