mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-04 00:46:08 +00:00
disable trim for fallback pack download
This commit is contained in:
parent
da2dd42e28
commit
d048c073ac
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user